Ignore:
Timestamp:
05/20/16 21:12:32 (8 years ago)
Author:
cetlod
Message:

Minor bug correction of pisces.driver and remove passive tracers restoring on closed sea

File:
1 edited

Legend:

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

    r2861 r2863  
    2929 
    3030        #echo "NO RESTART FOR TOP" 
    31         TOP_LN_RSSTR=.FALSE. 
     31        TOP_LN_RSTR=.FALSE. 
    3232        TOP_NN_RSTR=0 
    3333 
     
    3535 
    3636        #echo "RESTART TOP" 
    37         TOP_LN_RSSTR=.TRUE. 
     37        TOP_LN_RSTR=.TRUE. 
    3838        TOP_NN_RSTR=0 
    3939 
     
    4646 
    4747        #echo "RESTART TOP" 
    48         TOP_LN_RSSTR=.TRUE. 
     48        TOP_LN_RSTR=.TRUE. 
    4949        TOP_NN_RSTR=2 
    5050 
     
    8787 
    8888    ##-- Update namelist_top_cfg and namelist_pisces_cfg 
    89    IGCM_comp_modifyNamelist blocker    namelist_top_cfg ln_rsttr  ${TOP_LRSTTR} 
    90    IGCM_comp_modifyNamelist blocker    namelist_top_cfg nn_rsttr  ${TOP_NRSTTR} 
    91  
    92     IGCM_comp_modifyNamelist blocker  namelist_top_cfg     ln_rsttr   ${TOP_LN_RSSTR} 
     89    IGCM_comp_modifyNamelist blocker  namelist_top_cfg     ln_rsttr   ${TOP_LN_RSTR} 
    9390    IGCM_comp_modifyNamelist blocker  namelist_top_cfg     nn_rsttr   ${TOP_NN_RSTR} 
    9491    IGCM_comp_modifyNamelist blocker  namelist_pisces_cfg  nn_pisdmp  ${OPA_NPDT_YEAR} 
Note: See TracChangeset for help on using the changeset viewer.