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

NEMOv6.5 : update config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.