Changeset 2863


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

Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL
Files:
2 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} 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ORCA1_cfg

    r2861 r2863  
    1717&namtrc     !   tracers definition 
    1818!----------------------------------------------------------------------- 
    19    ln_trcdmp_clo =  .true.  !  restoring on closed seas (T) or not (F)  
    2019 
    2120!                !    name   !           title of the field              ! initial data ! initial data ! save   ! 
     
    4645   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.     ,  .true. 
    4746   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.    ,  .true. 
    48  
    49    ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F) 
    50    ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
    51    ln_trcdmp_clo =  .true.   !  damping term (T) or not (F) on closed seas 
    5247/ 
    5348!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.