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 12610 for branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-03-26T11:57:02+01:00 (4 years ago)
Author:
dcarneir
Message:

Inclusion of sea ice thickness in OBS branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/CONFIG/SHARED/namelist_ref

    r12140 r12610  
    11981198   ln_sla     = .false.             ! Logical switch for SLA observations 
    11991199   ln_sst     = .false.             ! Logical switch for SST observations 
    1200    ln_sic     = .false.             ! Logical switch for Sea Ice observations 
     1200   ln_sic     = .false.             ! Logical switch for Sea Ice Concentration observations 
     1201   ln_sit     = .false.             ! Logical switch for Sea Ice Thickness observations 
    12011202   ln_vel3d   = .false.             ! Logical switch for velocity observations 
    12021203   ln_sss     = .false.             ! Logical swithc for SSS observations 
     
    12401241   ln_sss_fp_indegs = .true. 
    12411242   ln_sic_fp_indegs = .true. 
     1243   ln_sit_fp_indegs = .true. 
    12421244! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    12431245   cn_profbfiles = 'profiles_01.nc'      ! Profile feedback input observation file names 
     
    12451247   cn_sstfbfiles = 'sst_01.nc'           ! SST feedback input observation file names 
    12461248   cn_sicfbfiles = 'sic_01.nc'           ! SIC feedback input observation file names 
     1249   cn_sitfbfiles = 'sit_01.nc'           ! SIT feedback input observation file names 
    12471250   cn_velfbfiles = 'vel_01.nc'           ! Velocity feedback input observation file names 
    12481251   cn_sssfbfiles = 'sss_01.nc'           ! SSS feedback input observation file names 
     
    12851288   rn_sic_avglamscl = 0.                 ! E/W diameter of SIC observation footprint (metres/degrees) 
    12861289   rn_sic_avgphiscl = 0.                 ! N/S diameter of SIC observation footprint (metres/degrees) 
     1290   rn_sit_avglamscl = 0.                 ! E/W diameter of SIT observation footprint (metres/degrees) 
     1291   rn_sit_avgphiscl = 0.                 ! N/S diameter of SIT observation footprint (metres/degrees) 
    12871292   nn_1dint = 0                          ! Type of vertical interpolation method 
    12881293   nn_2dint_default = 0                  ! Default horizontal interpolation method 
     
    12911296   nn_2dint_sss = -1                     ! Horizontal interpolation method for SSS 
    12921297   nn_2dint_sic = -1                     ! Horizontal interpolation method for SIC 
     1298   nn_2dint_sit = -1                     ! Horizontal interpolation method for SIT 
    12931299   nn_msshc = 0                          ! MSSH correction scheme 
    12941300   rn_mdtcorr = 1.61                     ! MDT  correction 
Note: See TracChangeset for help on using the changeset viewer.