Ignore:
Timestamp:
03/23/20 12:42:22 (4 years ago)
Author:
cetlod
Message:

NEMOv6.5 : update config

Location:
CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/DRIVER
Files:
2 edited

Legend:

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

    r4912 r5025  
    55    IGCM_debug_PushStack "OCE_Initialize" 
    66 
    7     RESOL_OCE=${config_UserChoices_ExpType%%_*} 
     7    if [ X$ResolOce != X ]; then 
     8       #ResolOce is set in config.card 
     9       RESOL_OCE=${ResolOce} 
     10    else 
     11       RESOL_OCE=${config_UserChoices_ExpType%%_*} 
     12    fi 
     13    ORCAGRID=${opa9_UserChoices_ORCA_version%%.*} 
    814    exptype=${config_UserChoices_ExpType##*/} 
    915 
    1016    IGCM_debug_Print 1 " " 
    1117    IGCM_debug_Print 1 "RESOL_OCE        : ${RESOL_OCE}" 
     18    IGCM_debug_Print 1 "ORCAGRID         : ${ORCAGRID}" 
    1219    IGCM_debug_Print 1 "FORCING          : ${exptype}" 
    1320    IGCM_debug_Print 1 "EXPERIMENT TYPE  : ${opa9_UserChoices_forcing}" 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/DRIVER/pisces.driver

    r4912 r5025  
    1212 
    1313    if [ X"${pisces_UserChoices_Offline_Mode}" = X"y" ] ; then 
    14        RESOL_OCE=${config_UserChoices_ExpType%%_*} 
     14 
     15       if [ X$ResolOce != X ]; then 
     16          #ResolOce is set in config.card 
     17          RESOL_OCE=${ResolOce} 
     18       else 
     19          RESOL_OCE=${config_UserChoices_ExpType%%_*} 
     20       fi 
     21       ORCAGRID=${opa9_UserChoices_ORCA_version%%.*} 
    1522       exptype=${config_UserChoices_ExpType##*/} 
    1623 
    1724       IGCM_debug_Print 1 " " 
    1825       IGCM_debug_Print 1 "RESOL_OCE        : ${RESOL_OCE}" 
     26       IGCM_debug_Print 1 "ORCAGRID         : ${ORCAGRID}" 
    1927       IGCM_debug_Print 1 "EXPERIMENT TYPE  : ${exptype}" 
     28 
    2029 
    2130       OPA_RDT=$( supergrep rn_rdt  ${SUBMIT_DIR}/PARAM/NAMELIST/${RESOL_OCE}/namelist_offline_${exptype}_cfg | sed 's/ *rn_rdt *=//' | sed 's/\. *,//' ) 
Note: See TracChangeset for help on using the changeset viewer.