[Mitgcm-support] Re: sea-ice code
mitgcm-support at dev.mitgcm.org
mitgcm-support at dev.mitgcm.org
Wed Jul 9 15:49:00 EDT 2003
Dimitris,
just as a clarification for me:
This means that by the time you do the CALL SEAICE_MODEL,
dependening on the option, you may have read the data
via exf and converted them either via the exf bulk formulae or the
sea_ice bulk formulae (or both of open ocean/ice) into fluxes, i.e.
the CALL SEAICE_MODEL and CALL EXF_GETFORCING are not exclusive.
Is that right?
That would sound good to me.
-p.
Dimitris Menemenlis wrote:
>
> Patrick et al., does the following look reasonable:
>
> #ifdef INCLUDE_EXTERNAL_FORCING_PACKAGE
> CALL EXF_GETFORCING( mytime, myiter, mythid )
> #else
> CALL EXTERNAL_FIELDS_LOAD( mytime, myiter, mythid )
> #endif
> #ifdef ALLOW_SEAICE
> IF ( useSEAICE ) CALL SEAICE_MODEL( myTime, myIter, myThid )
> #endif
>
> where SEAICE_MODEL will provide three forcing options:
>
> 1) load atmospheric state, evaporation, and runoff
> from files (present configuration)
>
> 2) load atmospheric state, evaporation, and runoff using
> EXF_GETFORCING (sea-ice bulk formulae would still be used)
>
> 3) get atmospheric state, runoff, and open-ocean
> bulk-formulae fluxes from EXF_GETFORCING
>
> Written this way, the sea-ice code can accommodate future decisions to
> modify/replace EXF_GETFORCING or to package the open-ocean bulk formulae
> separately. Checks that seaice_model will get what it needs and that there
> will be no file-loading duplications will be moved to seaice_check.F, rather
> than to forward_step.F where they presently reside.
>
> In related news, Jinlun has repeated the verification/lab_sea, LSR tests using
> his POP-based code. There are no edge problems. So the LSR sea-ice dynamic
> solver problem may simply be one too many world-cup beers on my part, while
> porting the code in Hamburg ... Hic ;-)
>
> D.
>
--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Patrick Heimbach Massachusetts Institute of Technology
FON: +1/617/253-5259 EAPS, Room 54-1518
FAX: +1/617/253-4464 77 Massachusetts Avenue
mailto:heimbach at mit.edu Cambridge MA 02139
http://www.mit.edu/~heimbach/ U.S.A.
More information about the MITgcm-support
mailing list