Changeset 49


Ignore:
Timestamp:
Jan 29, 2011, 1:31:04 AM (14 years ago)
Author:
aslmd
Message:

mars: mise a jour README

Location:
trunk
Files:
1 deleted
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/mars/README

    r38 r49  
    432432>> Fix bug (AS+JB) in "swr_toon.F" to enable running with more than
    433433   100 levels...
    434 >> Fiw bug (JBM) in callsedim2q.F about setting pdqs_sed(:niq(iq)) to zero
     434>> Fix bug (JBM) in callsedim2q.F about setting pdqs_sed(:niq(iq)) to zero
    435435
    436436== 25/08/10 == EM
     
    539539   be found (e.g. TES opacities, dust properties, etc.) can be specified in
    540540   run.def (or callphys.def) as " datadir = /path/to/the/directory "
     541
     542== 29/01/2011 == AS
     543>> added updated mesoscale-related routines in phymars:
     544   ----------------------------------------------------------------------------
     545   NAME                       CHANGES compared to GCM counterpart
     546   ----------------------------------------------------------------------------
     547   meso_callkeys.h        --> one variable is added [consider merging w/ GCM?]
     548   meso_dustlift.F        --> stress + alpha default, or read in a file
     549                               stress.def if here [consider merging w/ GCM?]
     550   meso_newcondens.F      --> correction on U V T tendencies is switched
     551                               off (unstable in mesoscale)
     552   meso_physiq.F          --> major modifications mainly related to I/O
     553   meso_slope.h           --> additional common for slope scheme
     554   meso_dimphys.h_ref     --> reference common serving as a basis for a
     555                               compilation script (makemeso)
     556   meso_inifis.F          --> major modifications mainly related to I/O
     557   meso_param_slope.F90   --> slope scheme by Spiga and Forget GRL 2008
     558                               [consider adding to GCM?]
     559   meso_readtesassim.F90  --> an old version because the new F90-compliant
     560                               version needs the new makegcm scripts [TBD]
     561   meso_testphys1d.F      --> similar to GCM except for routine names
     562   ----------------------------------------------------------------------------
     563    NB: in meso_dustlift.F and meso_readtesassim.F90, the subroutines
     564         have the same name as in the GCM.
     565         this is because those files are supposed to be copied
     566         in specific temporary folders for compilation
     567>> any future change in the following GCM routines in phymars:
     568      - callkeys.h
     569      - dustlift.F
     570      - newcondens.F
     571      - physiq.F
     572      - inifis.F
     573      - readtesassim.F90
     574      - testphys1d.F
     575   will be in need to be impacted to the corresponding meso_ routines
     576   [hence it is important to document this README file]
     577>> any change in any other GCM routines than the ones listed will
     578   have an effect in mesoscale simulations as well:
     579     -- the two models are being kept updated at the same time :)
     580     -- the two models would be possibly broken at the same time :(
Note: See TracChangeset for help on using the changeset viewer.