Ignore:
Timestamp:
11/27/09 16:51:40 (15 years ago)
Author:
aclsce
Message:
  • Added the use of mask patch in opa9.card and lim2.card
  • Added the possibility to generate mesh_mask file by activating mesh_mash variable in opa9.card
  • Use of ORCA2.3 configuration


File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/COMP/opa9.driver

    r800 r819  
    177177        ORCA_LRSTAR=.TRUE. 
    178178        ORCA_NRSTDT=0 
    179         ORCA_NMSH=0 
     179        ORCA_NMSH=1 
    180180        #echo "OPA RESTART" 
    181181    else 
     
    184184        ORCA_NMSH=0 
    185185        #echo "OPA RESTART" 
     186    fi 
     187 
     188    ##-- Meshmask option 
     189    IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/${compname}.card UserChoices mesh_mask 
     190 
     191    if [ "${opa9_UserChoices_mesh_mask}" = "y" ]; then 
     192        ORCA_NMSH=1 
     193        IGCM_card_WriteOption ${SUBMIT_DIR}/COMP/${compname}.card UserChoices mesh_mask "n" 
    186194    fi 
    187195 
Note: See TracChangeset for help on using the changeset viewer.