[MITgcm-devel] Add sea ice surface forcing to pkg/seaice

Jean-Michel Campin jmc at ocean.mit.edu
Sun Apr 22 08:57:40 EDT 2012


Hi Dimitris,

regarding (1): I don't know if my version of staf is up-to-date,
but it works since it's used everyday for daily test on baudelaire:
in: tools/example_scripts/csail/test_baudelaire, line 10:
> if [ -d ~/bin ]; then export PATH=$PATH:~/bin ; fi
so that I can use ~jmc/bin/staf
-rwxr-xr-x. 1 jmc 14107 2010-11-26  /home/jmc/bin/staf*
but anyone should also be allowed to use it (x permission for everyone).

(2) got few fails last night on iblade & solasrv (the one Martin run)
for the forward global_ocean.cs32x15.seaice test. Might be that 
the code was downloaded in the middle of your check-in.

(3) - nothing to say.
(4) there is 1 thing to clarify: In exf, precip is "Total Precipitation",
    and snowprecip (same units) is therefore a fraction of "precip".
    This is how it's described in EXF_FIELDS.h and how it's used 
    in thsice with exf.
    I see in your modif that snowprecip is added to snow-thickness but I
    don't see it removed from precip (+ rain is still converted to snow ?).
 I would prefer to have things clarified before turning on snowprecip in 
 these experiments.

Cheers,
Jean-Michel

On Sun, Apr 22, 2012 at 01:51:09AM +0000, Menemenlis, Dimitris (3248) wrote:
> Jean-Michel, a couple of comments and questions about verification experiments:
> 
> 1. How do I get permission to testreport adjoint verification experiments on baudelaire?
> 
> 2. I was not able to test the adjoint seaice verification experiments.
>     (I think that I am using an outdated version of staf and have contacted Thomas about it.)
>     So there is a small possiblity that some adjoint seaice experiments will fail tonight.
> 
> 3. I commented out snowprecipfile definition in
>    global_ocean.cs32x15/input.seaice/data.exf
>    global_ocean.cs32x15/input_ad.seaice/data.exf
>    global_ocean.cs32x15/input_ad.seaice_dynmix/data.exf
> because snowprecip is now active in pkg/seaice and this will change results.
> 
> 4. Would it be OK to modify global_ocean.cs32x15/input.seaice
>     as a test for snowprecip in pkg/seaice ?
> 
> Dimitris Menemenlis
> 
> On Apr 21, 2012, at 6:31 PM, Dimitris Menemenlis wrote:
> 
> > I have added snowPrecip forcing for pkg/seaice:
> > 
> >            HSNOW(I,J,bi,bj) = HSNOW(I,J,bi,bj) +
> >      &          convertPRECIP2HI*ICE2SNOW*snowPrecip(i,j,bi,bj)
> > 
> > This is a quick-and-dirty way to simulate collapse of tidewater glaciers.
> > Contrary to Precip, snowPrecip is not multiplied by sea ice
> > concentration (AREA).  It falls as snow even on top of open water,
> > helps cool SST, and eventually through "SEAICEuseFlooding"
> > it generates some sea ice.  
> > 
> > #define SEAICE_VARIABLE_SALINITY
> > is needed so that the useFlooding sea ice is added as fresh-water sea ice.
> 
> 
> _______________________________________________
> MITgcm-devel mailing list
> MITgcm-devel at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-devel



More information about the MITgcm-devel mailing list