Ignore:
Timestamp:
05/28/18 16:27:48 (6 years ago)
Author:
cetlod
Message:

NEMO_v6 for OMIP : Add new version of sub-dir PARAM + update driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/DRIVER/pisces.driver

    r3512 r3854  
    1313    if [ X"${pisces_UserChoices_Offline_Mode}" = X"y" ] ; then 
    1414       RESOL_OCE=${config_UserChoices_ExpType%%_*} 
    15        EXPTYPE=${config_UserChoices_ExpType##*/} 
     15       exptype=${config_UserChoices_ExpType##*/} 
    1616 
    1717       IGCM_debug_Print 1 " " 
    1818       IGCM_debug_Print 1 "RESOL_OCE        : ${RESOL_OCE}" 
    19        IGCM_debug_Print 1 "EXPERIMENT TYPE  : ${EXPTYPE}" 
    20  
    21        OPA_RDT=$( supergrep rn_rdt  ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}${EXPTYPE}_offline_cfg | sed 's/ *rn_rdt *=//' | sed 's/\. *,//' ) 
     19       IGCM_debug_Print 1 "EXPERIMENT TYPE  : ${exptype}" 
     20 
     21       OPA_RDT=$( supergrep rn_rdt  ${SUBMIT_DIR}/PARAM/NAMELIST/${RESOL_OCE}$/namelist_offline_${exptype}_cfg | sed 's/ *rn_rdt *=//' | sed 's/\. *,//' ) 
    2222       # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
    2323       # /!\ Needed by OPA namelist to compute file names /!\ 
     
    168168      esac  
    169169 
     170      IGCM_comp_modifyXmlFile force context_nemo.xml ref_year NONE ${InitYear} 
     171 
    170172   fi 
    171173 
     
    188190    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1y_pis enabled ${VT1Y_ENABLE} 
    189191 
     192    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1d_pis output_level ${pisces_UserChoices_OutputLevel} 
     193    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 5d_pis output_level ${pisces_UserChoices_OutputLevel} 
     194    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1m_pis output_level ${pisces_UserChoices_OutputLevel} 
     195    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1y_pis output_level ${pisces_UserChoices_OutputLevel} 
     196 
    190197 
    191198 
Note: See TracChangeset for help on using the changeset viewer.