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 9490 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r9405 r9490  
    316316      IF(lwp) THEN                  ! control print 
    317317         WRITE(numout,*) '   Namelist : namrun   ---   run parameters' 
    318          WRITE(numout,*) '      job number                      nn_no           = ', nn_no 
     318         WRITE(numout,*) '      Assimilation cycle              nn_no           = ', nn_no 
    319319         WRITE(numout,*) '      experiment name for output      cn_exp          = ', TRIM( cn_exp           ) 
    320320         WRITE(numout,*) '      file prefix restart input       cn_ocerst_in    = ', TRIM( cn_ocerst_in     ) 
     
    351351      ENDIF 
    352352 
    353       no = nn_no                    ! conversion DOCTOR names into model names (this should disappear soon) 
    354       cexper = cn_exp 
     353      cexper = cn_exp         ! conversion DOCTOR names into model names (this should disappear soon) 
    355354      nrstdt = nn_rstctl 
    356355      nit000 = nn_it000 
Note: See TracChangeset for help on using the changeset viewer.