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 6236 for branches/UKMO/dev_r5783_nemo3.6_fix_date_in_ref_namelist – NEMO

Ignore:
Timestamp:
2016-01-13T15:17:20+01:00 (8 years ago)
Author:
kingr
Message:

Corrected a few namelist logicals missing the trailing fullstop (false. -> .false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5783_nemo3.6_fix_date_in_ref_namelist/NEMOGCM/CONFIG/SHARED/namelist_ref

    r6192 r6236  
    12091209   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
    12101210   ln_vel3d   = .false.    ! Logical switch for velocity observations 
    1211    ln_velavcur= .false     ! Logical switch for velocity daily av. cur. 
    1212    ln_velhrcur= .false     ! Logical switch for velocity high freq. cur. 
     1211   ln_velavcur= .false.    ! Logical switch for velocity daily av. cur. 
     1212   ln_velhrcur= .false.    ! Logical switch for velocity high freq. cur. 
    12131213   ln_velavadcp = .false.  ! Logical switch for velocity daily av. ADCP 
    12141214   ln_velhradcp = .false.  ! Logical switch for velocity high freq. ADCP 
     
    12211221   coriofiles = 'corio.nc' !  Coriolis input observation file name 
    12221222   profbfiles = 'profiles_01.nc' ! Profile feedback input observation file name 
    1223    ln_profb_enatim = .false !        Enact feedback input time setting switch 
     1223   ln_profb_enatim = .false. !        Enact feedback input time setting switch 
    12241224   slafilesact = 'sla_act.nc' !  Active SLA input observation file names 
    12251225   slafilespas = 'sla_pass.nc' ! Passive SLA input observation file names 
Note: See TracChangeset for help on using the changeset viewer.