Ignore:
Timestamp:
03/09/23 17:02:01 (16 months ago)
Author:
acosce
Message:

Merge between ICOLMDZOR and ICOLMDZORINCA

  • add in ICOLMDZOR possibility to nudge winds on experiments like it's done in regular configurations (flag ok_guide in dynamico.card ant not any more in lmdz.card)
  • uniformisation in ICOLMDZORINCA of monitoring.cfg files names
  • take in ICOLMDZORINCA modification of surface parameters
  • add in ICOLMDZOR management of nbtrac from dynamico.driver
  • add in ICOLMDZORINCA parameter for co2_ppm0
Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/COMP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/COMP/dynamico.card

    r4607 r6337  
    1313iflag_phys=1 
    1414 
     15# Nugding : ok_guide=y/n 
     16# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below  
     17ok_guide=n 
    1518 
    1619[InitialStateFiles] 
     
    2124List=() 
    2225ListNonDel= () 
     26 
     27#uncomment if you are running in nudge mode 
     28#List=($CCCSTOREDIR/../../subipsl/subipsl/ERA5/NETCDF/GLOBAL_025/4xdaily/AN_PL/${year}/u.${year}${month}.aphe5.GLOBAL_025.nc, u.nc),\ 
     29#     ($CCCSTOREDIR/../../subipsl/subipsl/ERA5/NETCDF/GLOBAL_025/4xdaily/AN_PL/${year}/v.${year}${month}.aphe5.GLOBAL_025.nc, v.nc) 
    2330 
    2431[SmoothFiles] 
     
    3340        (${MODIPSL}/modeles/DYNAMICO/xml/context_input_dynamico.xml, .),\ 
    3441        (${MODIPSL}/modeles/DYNAMICO/xml/field_def_dynamico.xml, .),\ 
    35         (${MODIPSL}/modeles/DYNAMICO/xml/file_def_dynamico.xml, .) 
     42        (${MODIPSL}/modeles/DYNAMICO/xml/file_def_dynamico.xml, .),\ 
     43        (${SUBMIT_DIR}/PARAM/nudging_dynamico.xml, .) 
    3644 
    3745 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/highresmip/COMP/lmdz.card

    r6290 r6337  
    2424tau_gl=1. 
    2525 
    26 # Nugding : ok_guide=y/n 
    27 # If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    28 ok_guide=n 
    2926 
    3027 
     
    8178        (${MODIPSL}/modeles/LMDZ/DefLists/cosp_output_nl.txt, .),           \ 
    8279        (${SUBMIT_DIR}/PARAM/config.def_${ConfType},  config.def),          \ 
    83         (${SUBMIT_DIR}/PARAM/guide.def, .),                                 \ 
    8480        (${SUBMIT_DIR}/PARAM/run.def, .),                                   \ 
    8581        (${SUBMIT_DIR}/PARAM/tracer.def, .),                               \ 
     
    107103 
    108104[OutputText] 
    109 List=   (physiq.def, run.def, tracer.def, guide.def, config.def, vert.def, used_run.def, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug.01, lmdz.prt) 
     105List=   (physiq.def, run.def, tracer.def, config.def, vert.def, used_run.def, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug.01, lmdz.prt) 
    110106 
    111107[OutputFiles] 
Note: See TracChangeset for help on using the changeset viewer.