Ignore:
Timestamp:
01/31/12 13:06:36 (12 years ago)
Author:
jgipsl
Message:
  • Added all cards needed to run a forced LMDZOR amip experience in IPSLCM5_v4 configuration.
  • Added file guide.def. By defalut ok_guide=n, no nudging. To activate nudging, set ok_guide=y in lmdz.card
  • in lmdz.driver, changed test to know if create_etat0_limit execution is needed
Location:
CONFIG/IPSLCM/IPSLCM5_v4/USER_SPEC/LMDZOR
Files:
3 added
1 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5_v4/USER_SPEC/LMDZOR/amip/COMP/lmdz.card

    r1622 r1643  
    2121# LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/XXXXXXX/ATM/Debug/XXXXXXX_Bands_96x95x19_3prc.dat_3 
    2222 
     23# Set ConfType to choose parameters for aerosols, solar and green house gazes.  
     24# The parameter file PARAM/config.def_$ConfType will be used. 
     25# ConfType=preind/actuel/annuel 
     26ConfType=annuel 
     27 
     28# Set OutLevel to choose the level of output files from LMDZ. The file PARAM/output.def_$OutLevel will be used. 
     29# OutLevel=low/medium/high 
     30OutLevel=low 
     31 
    2332# Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n 
    2433LMDZ_COSP_OK=n 
     
    3241LMDZ_NMC_hf=n 
    3342 
    34 # Other specific parameters to this experience  
    35 aer_type=annuel 
    36 pmagic=0.0 
    37  
    3843# Nugding : ok_guide=y/n 
    3944ok_guide=n 
     
    4449 
    4550[BoundaryFiles] 
    46 List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_${year}_limit.nc,       limit.nc) 
     51List=() 
     52#List= 
    4753#      (/dmnfs/cont003/p86ghatt/IGCM_OUT/LMDZOR/NUDGING-CORDEX-AFR/${year}${month}/u.nc, u.nc),\ 
    4854#      (/dmnfs/cont003/p86ghatt/IGCM_OUT/LMDZOR/NUDGING-CORDEX-AFR/${year}${month}/v.nc, v.nc) 
     
    6167# With AR5 aerosols (including ASSO4M(=SO4), CSSO4M, AIBCM, ASBCM, AIPOMM, ASPOMM, ASSSM, CSSSM, SSSSM, CIDUSTM) 
    6268# With AR5 ozone(tropo + strato from LMDZOR-INCA-REPROBUS simulations) 
    63 List=   (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_${year}_v3.nc, aerosols${year}.nc, 1:12:), \ 
     69List=   (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_${year}_limit.nc,          limit.nc,           1:12:),\ 
     70        (${R_BC}/ATM/${config_UserChoices_TagName}/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_${year}_v3.nc, aerosols${year}.nc, 1:12:), \ 
    6471        (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_${year}_climoz_LMDZ.nc,    climoz_LMDZ.nc,     1:12:) 
    6572 
     
    6976        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
    7077        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
     78        (${SUBMIT_DIR}/PARAM/output.def_${OutLevel},  output.def),    \ 
     79        (${SUBMIT_DIR}/PARAM/config.def_${ConfType},  config.def),    \ 
    7180        (${SUBMIT_DIR}/PARAM/guide.def, .), \ 
    7281        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
Note: See TracChangeset for help on using the changeset viewer.