Ignore:
Timestamp:
Jul 15, 2011, 2:55:17 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE/LMDZ.MARS.new
--> modified to impact last changes

MESOSCALE/LMD_MM_MARS/makemeso
MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_physiq?.inc
MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis?.inc
MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
--> modified to get rid of ecri_phys

and make changes related to meso_physiq and meso_inifis

LMDZ.MARS/libf/phymars
--> see LMDZ.MARS/README

15/07/2011 == AS

  • Modified the mesoscale part so that the previous change by EM does not imply an error in the mesoscale case. More development is needed though to get the "varying z0" capability in the mesoscale model.
  • Worked on versions of meso_physiq and meso_inifis as close as possible to physiq and inifis for more continuity in the process of impacting changes (and even possibly to reach a common version of physiq and inifis).

    The main point is to make the mesoscale significant specific parts

    coded into include files in meso_inc so that meso_physiq and meso_inifis looks very close to physiq and inifis.

    This is completely transparent for GCM users who does not need the

    contents of meso_inc.
  • Slight cosmetic changes to physiq.f and inifis.F --- some of them e.g. to prepare convergence between meso_physiq and physiq
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE_DEV/NOTES.txt

    r207 r226  
     1cc-----------------------------------
     2cc you can still use meso_WRITEDIAGFI (e.g. for debugging purpose),
     3cc though this is not the default strategy now
     4cc-----------------------------------
     5cc please use cudt in namelist.input to set frequency of outputs
     6cc-----------------------------------
     7cc BEWARE: if at least one call to meso_WRITEDIAGFI is performed,
     8cc cudt cannot be 0 - otherwise you'll get a "Floating exception"
     9cc-----------------------------------         
     10!      call meso_WRITEDIAGFI(ngrid,"tauref",
     11!     .  "tauref","W.m-2",2,
     12!     .       tauref)
     13!      call meso_WRITEDIAGFI(ngrid,"zt",
     14!     .  "zt","W.m-2",3,
     15!     .       zt)
     16!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     17!!!!! note WRF MESOSCALE AYMERIC -- mot cle "caps"
     18!!!!! watercaptag n'est plus utilise que dans vdifc
     19!!!!! ... pour que la sublimation ne soit pas stoppee
     20!!!!! ... dans la calotte permanente nord si qsurf=0
     21!!!!! on desire garder cet effet regle par caps=T
     22!!!!! on a donc commente "if (caps.and.(obliquit.lt.27.))" ci-dessus
     23!!!!! --- remplacer ces lignes par qqch de plus approprie
     24!!!!!      si on s attaque a la calotte polaire sud
     25!!!!! pas d'autre occurrence majeure du mot-cle "caps"
     26!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     27
    128
    229kvdif ne sert a rien dans le mesoscale martien, en raison de l'appel a la
Note: See TracChangeset for help on using the changeset viewer.