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 4811 for branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2014-10-08T15:49:12+02:00 (10 years ago)
Author:
djlea
Message:

Update reference namelists with nn_time0. Fix to daymod. Fix to offline domain.F90 to get nn_time0 from the namelist. Assimilation date time updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4384 r4811  
    2929   nn_itend    =    5475   !  last  time step (std 5475) 
    3030   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     31   nn_time0    =       0   !  initial time of day in hours 
    3132   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3233   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     
    10851086                           !     ln_ssh                  Logical switch for SSH observations 
    10861087 
    1087    ln_sst     = .true.     ! Logical switch for SST observations 
    1088    ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations 
     1088   ln_sst     = .false.     ! Logical switch for SST observations 
     1089   ln_reysst  = .false.     !     ln_reysst               Logical switch for Reynolds observations 
    10891090   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    10901091 
    10911092   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
    10921093                           !     ln_sss                  Logical switch for SSS observations 
    1093                            !     ln_seaice              Logical switch for Sea Ice observations 
     1094   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
    10941095                           !     ln_vel3d                Logical switch for velocity observations 
    10951096                           !     ln_velavcur             Logical switch for velocity daily av. cur. 
     
    11121113                           !     sstfiles                GHRSST input observation file name 
    11131114   !                       ! sstfbfiles: Feedback SST input observation file name 
    1114    sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
    1115                            !     seaicefiles             Sea Ice input observation file name 
     1115   sstfbfiles = 'sst_01.nc' 
     1116                           !     seaicefiles             Sea Ice input observation file names 
     1117   seaicefiles = 'seaice_01.nc'   
    11161118                           !     velavcurfiles           Vel. cur. daily av. input file name 
    11171119                           !     velhvcurfiles           Vel. cur. high freq. input file name 
Note: See TracChangeset for help on using the changeset viewer.