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.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS
Files:
5 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, .), \ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card

    r2693 r2736  
    3939 
    4040[ParametersFiles] 
    41 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
    42         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \ 
     41List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \ 
     42        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),    \ 
     43        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \ 
    4344        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \ 
    4445        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/clim/COMP/lmdz.card

    r2649 r2736  
    7474 
    7575[ParametersFiles] 
    76 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
    77         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),          \ 
     76List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def),       \ 
     77        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),          \ 
     78        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),         \ 
    7879        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),          \ 
    7980        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),          \ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card

    r2649 r2736  
    8080 
    8181[ParametersFiles] 
    82 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
    83         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),          \ 
     82List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def),       \ 
     83        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),          \ 
     84        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),         \ 
    8485        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),          \ 
    8586        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),          \ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim/COMP/lmdz.card

    r2649 r2736  
    7474 
    7575[ParametersFiles] 
    76 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
    77         (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),          \ 
     76List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def),       \ 
     77        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),          \ 
     78        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),         \ 
    7879        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),          \ 
    7980        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),          \ 
Note: See TracChangeset for help on using the changeset viewer.