New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/TOP_SRC/trcnam.F90

    r3875 r3901  
    7878      CALL ctl_opn( numont    , 'output.namelist.top', 'REPLACE', 'FORMATTED', 'SEQUENTIAL',-1, numout, .FALSE. ) 
    7979 
    80       ! Namelist nattrc (files) 
    81       ! ---------------------------------------------- 
    82       nn_dttrc      = 1                 ! default values 
    83       nn_writetrc   = 10  
    84       ln_top_euler  = .FALSE. 
    85       ln_rsttr      = .FALSE. 
    86       nn_rsttr      =  0 
    87       cn_trcrst_in  = 'restart_trc' 
    88       cn_trcrst_out = 'restart_trc' 
    89       ! 
    90       DO jn = 1, jptra 
    91          WRITE( sn_tracer(jn)%clsname,'("TR_",I1)'           ) jn 
    92          WRITE( sn_tracer(jn)%cllname,'("TRACER NUMBER ",I1)') jn 
    93          sn_tracer(jn)%clunit  = 'mmole/m3' 
    94          sn_tracer(jn)%llinit  = .FALSE. 
    95          sn_tracer(jn)%llsave  = .TRUE. 
    96       END DO 
    97       ln_trcdta = .FALSE. 
    98       ln_trcdmp = .FALSE. 
    99  
    10080      REWIND( numnat_ref )              ! Namelist namtrc in reference namelist : Passive tracer variables 
    10181      READ  ( numnat_ref, namtrc, IOSTAT = ios, ERR = 901) 
     
    145125      ENDIF 
    146126 
    147       ln_diatrc = .FALSE. 
    148       ln_diabio = .FALSE. 
    149       nn_writedia = 10 
    150       nn_writebio = 10 
    151  
    152127      REWIND( numnat_ref )              ! Namelist namtrc_dia in reference namelist : Passive tracer diagnostics 
    153128      READ  ( numnat_ref, namtrc_dia, IOSTAT = ios, ERR = 903) 
     
    226201 
    227202#if defined key_trdmld_trc || defined key_trdtrc 
    228          nn_trd_trc  = 20 
    229          nn_ctls_trc =  9 
    230          rn_ucf_trc   =  1. 
    231          ln_trdmld_trc_instant = .TRUE. 
    232          ln_trdmld_trc_restart =.FALSE. 
    233          cn_trdrst_trc_in  = "restart_mld_trc" 
    234          cn_trdrst_trc_out = "restart_mld_trc" 
    235          ln_trdtrc(:) = .FALSE. 
    236203 
    237204         REWIND( numnat_ref )              ! Namelist namtrc_trd in reference namelist : Passive tracer trends 
Note: See TracChangeset for help on using the changeset viewer.