Ignore:
Timestamp:
02/19/16 20:13:57 (8 years ago)
Author:
jgipsl
Message:

Change in parameter files for LMDZ:

  • created vert.def containing parameters depending on the number of vertical levels. These parameters were before set in gcm.def and in physiq.def. gcm.def+physiq.def+vert.def are now doing the same as prevously gcm.def+physiq.def

These changes induces some modifications in the parameter set up:

  • resolution 96x95x39 : No changes
  • resolution 144x142x39 :
    • tetatemp=5400. => 7200.
    • Replaced physic=y by iflag_phys=1 and read_start=y
    • Changed default value for iphysiq from 15 to 5
    • added ngroup=4
  • resolution 144x142x79 :
    • day_step 960 => 720
    • tetagdiv 1800. => 3600.
    • tetagrot 7200. => 5400.
    • tetatemp 5400. => 7200.
    • added ngroup=4

Added physiq.def_NPv5.4 : new physics package under developpement. Needs LMDZ5/trunk rev 2444 or later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card

    r2693 r2736  
    3838 
    3939[ParametersFiles] 
    40 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
    41         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \ 
     40List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 
     41        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),    \ 
     42        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \ 
    4243        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \ 
    4344        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
Note: See TracChangeset for help on using the changeset viewer.