Changeset 54 for trunk/chantiers


Ignore:
Timestamp:
Feb 2, 2011, 10:14:07 PM (14 years ago)
Author:
aslmd
Message:

LMD_LES_MARS: Tests with new physics in unified frame
M 53 mesoscale/LMD_LES_MARS/modif_mars/module_model_constants.F
M 53 mesoscale/LMD_LES_MARS/modif_mars/module_first_rk_step_part1.F
M 53 mesoscale/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
Modifications made to cope with new soil scheme

M 53 mesoscale/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/meso_physiq.F
Commented aeronomars in old physics so that the model can compile with lots of grid points


LMD_MM_MARS: Implement tracers with the new physics. Test with JBM runs with 5 tracers

including radiatively active dust and water ice

TODO: propagate reading "traceur.def" and few initialisations from

testphys1d.F into module_lmd_driver.F

M 53 mars/libf/phymars/dimradmars.h
M 53 mars/libf/phymars/callradite.F
Change it back to both dust and ice radiatively active

M 53 mesoscale/LMD_MM_MARS/makemeso
Allow to "fresh start" with the inclusion of "clean -a" in the script

M 53 mesoscale/LMD_MM_MARS/SRC/WRFV2/Registry/Registry.EM
M 53 mesoscale/LMD_MM_MARS/SRC/WRFV2/dyn_em/module_initialize_real.F
M 53 mesoscale/LMD_MM_MARS/SRC/WRFV2/dyn_em/solve_em.F
M 53 mesoscale/LMD_MM_MARS/SRC/WRFV2/main/real_em.F
M 53 mesoscale/LMD_MM_MARS/SIMU/runmeso
Added the option mars==11 with 5 tracers: CO2 H2Ovap H2Oice DUST DUSTN
-- Note that the order matters for H2Ovap and H2Oice

LMD_MM_MARS: Create a folder to run LMD GCM with exact same physics as mesoscale

A 0 mesoscale/LMDZ.MARS/libf/phymars/physiq.F
All files in mesoscale/LMDZ.MARS/libf are links except this one
--> Because specific WRITEDIAGFI commands are set to output what is needed PREP_MARS
--> Something must be done so that qCO2, qdust, qdustN can be propagated too !!!

A 0 mesoscale/LMDZ.MARS/libf_gcm
A 0 mesoscale/LMDZ.MARS/in_lmdz_mars_newphys
Two important links that must not be broken

A 0 mesoscale/LMDZ.MARS/myGCM
This folder is for runs. Only links here -- except temp files which are not synchronized.

M 53 mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/compile
A 0 mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/myGCM/run.def
A 0 mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/myGCM/traceur.def
M 53 mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/myGCM/callphys.def
A 0 mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/myGCM/callphys.def.csttau
Those files are needed to run the GCM in order to prepare initial & boundary

conditions for the mesoscale... but basically it is the exact same GCM

--> compile is a convenient script

A 0 mesoscale/LMDZ.MARS/makegcm
A 0 mesoscale/LMDZ.MARS/makegcm_g95
A 0 mesoscale/LMDZ.MARS/create_make_gcm
This is supposed to be merged one day with files in trunk/mars/

A 0 mesoscale/LMDZ.MARS/myGCM/DEFS_JB
Necessary files to restart a GCM run corresponding to new water cycle in JB's thesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/chantiers/commit_importants.log

    r52 r54  
    391391mise a jour mineure du fichier
    392392[ecri_phys etait defini mais pas dans la liste]
     393
     394
     395********************
     396**** commit_v54 ****
     397********************
     398
     399
     400--------------------------
     401LMD_LES_MARS: Tests with new physics in unified frame
     402M              53   mesoscale/LMD_LES_MARS/modif_mars/module_model_constants.F
     403M              53   mesoscale/LMD_LES_MARS/modif_mars/module_first_rk_step_part1.F
     404M              53   mesoscale/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
     405Modifications made to cope with new soil scheme
     406
     407M              53   mesoscale/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/meso_physiq.F
     408Commented aeronomars in old physics so that the model can compile with lots of grid points
     409
     410--------------------------
     411LMD_MM_MARS: Implement tracers with the new physics. Test with JBM runs with 5 tracers
     412               including radiatively active dust and water ice
     413             TODO: propagate reading "traceur.def" and few initialisations from
     414               testphys1d.F into module_lmd_driver.F
     415
     416M              53   mars/libf/phymars/dimradmars.h
     417M              53   mars/libf/phymars/callradite.F
     418Change it back to both dust and ice radiatively active
     419
     420M              53   mesoscale/LMD_MM_MARS/makemeso
     421Allow to "fresh start" with the inclusion of "clean -a" in the script
     422
     423M              53   mesoscale/LMD_MM_MARS/SRC/WRFV2/Registry/Registry.EM
     424M              53   mesoscale/LMD_MM_MARS/SRC/WRFV2/dyn_em/module_initialize_real.F
     425M              53   mesoscale/LMD_MM_MARS/SRC/WRFV2/dyn_em/solve_em.F
     426M              53   mesoscale/LMD_MM_MARS/SRC/WRFV2/main/real_em.F
     427M              53   mesoscale/LMD_MM_MARS/SIMU/runmeso
     428Added the option mars==11 with 5 tracers: CO2 H2Ovap H2Oice DUST DUSTN
     429-- Note that the order matters for H2Ovap and H2Oice
     430
     431LMD_MM_MARS: Create a folder to run LMD GCM with exact same physics as mesoscale
     432
     433A               0   mesoscale/LMDZ.MARS/libf/phymars/physiq.F
     434All files in mesoscale/LMDZ.MARS/libf are links except this one
     435--> Because specific WRITEDIAGFI commands are set to output what is needed PREP_MARS
     436--> Something must be done so that qCO2, qdust, qdustN can be propagated too !!!
     437
     438A               0   mesoscale/LMDZ.MARS/libf_gcm
     439A               0   mesoscale/LMDZ.MARS/in_lmdz_mars_newphys
     440Two important links that must not be broken
     441
     442A               0   mesoscale/LMDZ.MARS/myGCM
     443This folder is for runs. Only links here -- except temp files which are not synchronized.
     444
     445M              53   mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/compile
     446A               0   mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/myGCM/run.def
     447A               0   mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/myGCM/traceur.def
     448M              53   mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/myGCM/callphys.def
     449A               0   mesoscale/LMD_MM_MARS/SIMU/in_lmdz_mars_newphys/myGCM/callphys.def.csttau
     450Those files are needed to run the GCM in order to prepare initial & boundary
     451   conditions for the mesoscale... but basically it is the exact same GCM
     452--> compile is a convenient script
     453
     454A               0   mesoscale/LMDZ.MARS/makegcm
     455A               0   mesoscale/LMDZ.MARS/makegcm_g95
     456A               0   mesoscale/LMDZ.MARS/create_make_gcm
     457This is supposed to be merged one day with files in trunk/mars/
     458
     459A               0   mesoscale/LMDZ.MARS/myGCM/DEFS_JB
     460Necessary files to restart a GCM run corresponding to new water cycle in JB's thesis
Note: See TracChangeset for help on using the changeset viewer.