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/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}" 
Note: See TracChangeset for help on using the changeset viewer.