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

Ignore:
Timestamp:
2018-10-09T11:29:47+02:00 (6 years ago)
Author:
emmafiedler
Message:

Working version of ice thickness assimilation updates

File:
1 edited

Legend:

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

    r9987 r10181  
    12281228   ln_sla     = .false.             ! Logical switch for SLA observations 
    12291229   ln_sst     = .false.             ! Logical switch for SST observations 
    1230    ln_sic     = .false.             ! Logical switch for Sea Ice observations 
     1230   ln_sic     = .false.             ! Logical switch for Sea Ice concentration observations 
     1231   ln_sit     = .false.             ! Logical switch for Sea Ice thickness observations    
    12311232   ln_vel3d   = .false.             ! Logical switch for velocity observations 
    12321233   ln_sss     = .false.             ! Logical swithc for SSS observations 
     
    12671268   ln_sss_fp_indegs = .true. 
    12681269   ln_sic_fp_indegs = .true. 
     1270   ln_sit_fp_indegs = .true.    
    12691271! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    12701272   cn_profbfiles = 'profiles_01.nc'      ! Profile feedback input observation file names 
     
    12721274   cn_sstfbfiles = 'sst_01.nc'           ! SST feedback input observation file names 
    12731275   cn_sicfbfiles = 'sic_01.nc'           ! SIC feedback input observation file names 
     1276   cn_sitfbfiles = 'sit_01.nc'           ! SIT feedback input observation file names    
    12741277   cn_velfbfiles = 'vel_01.nc'           ! Velocity feedback input observation file names 
    12751278   cn_sssfbfiles = 'sss_01.nc'           ! SSS feedback input observation file names 
     
    13111314   rn_sic_avglamscl = 0.                 ! E/W diameter of SIC observation footprint (metres/degrees) 
    13121315   rn_sic_avgphiscl = 0.                 ! N/S diameter of SIC observation footprint (metres/degrees) 
     1316   rn_sit_avglamscl = 0.                 ! E/W diameter of SIT observation footprint (metres/degrees) 
     1317   rn_sit_avgphiscl = 0.                 ! N/S diameter of SIT observation footprint (metres/degrees) 
    13131318   nn_1dint = 0                          ! Type of vertical interpolation method 
    13141319   nn_2dint_default = 0                  ! Default horizontal interpolation method 
     
    13171322   nn_2dint_sss = -1                     ! Horizontal interpolation method for SSS 
    13181323   nn_2dint_sic = -1                     ! Horizontal interpolation method for SIC 
     1324   nn_2dint_sit = -1                     ! Horizontal interpolation method for SIT    
    13191325   nn_msshc = 0                          ! MSSH correction scheme 
    13201326   rn_mdtcorr = 1.61                     ! MDT  correction 
     
    13321338    ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI) 
    13331339    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
    1334     ln_seaiceinc = .false. !  Logical switch for applying sea ice increments 
     1340    ln_seaiceinc = .false. !  Logical switch for applying sea ice concentration increments *UPDATE TO SIC* 
     1341    ln_sitinc = .false.    !  Logical switch for applying sea ice thickness increments 
    13351342    ln_temnofreeze = .false. !  Logical to not add increments if temperature would fall below freezing 
    13361343    nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1] 
Note: See TracChangeset for help on using the changeset viewer.