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/1_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/1_namelist_ref

    r4347 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) 
     
    10671068                           !     ln_ssh                  Logical switch for SSH observations 
    10681069 
    1069    ln_sst     = .true.     ! Logical switch for SST observations 
    1070    ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations 
     1070   ln_sst     = .false.     ! Logical switch for SST observations 
     1071   ln_reysst  = .false.     !     ln_reysst               Logical switch for Reynolds observations 
    10711072   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    10721073 
    10731074   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
    10741075                           !     ln_sss                  Logical switch for SSS observations 
    1075                            !     ln_seaice              Logical switch for Sea Ice observations 
     1076   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
    10761077                           !     ln_vel3d                Logical switch for velocity observations 
    10771078                           !     ln_velavcur             Logical switch for velocity daily av. cur. 
     
    10941095                           !     sstfiles                GHRSST input observation file name 
    10951096   !                       ! sstfbfiles: Feedback SST input observation file name 
    1096    sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
     1097   sstfbfiles = 'sst_01.nc' 
    10971098                           !     seaicefiles             Sea Ice input observation file name 
     1099   seaicefiles = 'seaice_01.nc' 
    10981100                           !     velavcurfiles           Vel. cur. daily av. input file name 
    10991101                           !     velhvcurfiles           Vel. cur. high freq. input file name 
Note: See TracChangeset for help on using the changeset viewer.