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

Ignore:
Timestamp:
2021-03-05T15:20:31+01:00 (3 years ago)
Author:
dcarneir
Message:

Adding option of sea-ice freeboard data for the OBS code

File:
1 edited

Legend:

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

    r13393 r14591  
    12001200   ln_sic     = .false.             ! Logical switch for Sea Ice Concentration observations 
    12011201   ln_sit     = .false.             ! Logical switch for Sea Ice Thickness observations 
     1202   ln_fbd     = .false.             ! Logical switch for Sea Ice Freeboard observations 
    12021203   ln_vel3d   = .false.             ! Logical switch for velocity observations 
    12031204   ln_sss     = .false.             ! Logical switch for SSS observations 
     
    12441245   ln_sic_fp_indegs = .true. 
    12451246   ln_sit_fp_indegs = .true. 
     1247   ln_fbd_fp_indegs = .true. 
    12461248! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    12471249   cn_profbfiles = 'profiles_01.nc'      ! Profile feedback input observation file names 
     
    12501252   cn_sicfbfiles = 'sic_01.nc'           ! SIC feedback input observation file names 
    12511253   cn_sitfbfiles = 'sit_01.nc'           ! SIT feedback input observation file names 
     1254   cn_fbdfbfiles = 'fbd_01.nc'           ! FBD feedback input observation file names 
    12521255   cn_velfbfiles = 'vel_01.nc'           ! Velocity feedback input observation file names 
    12531256   cn_sssfbfiles = 'sss_01.nc'           ! SSS feedback input observation file names 
     
    12951298   rn_sit_avglamscl = 0.                 ! E/W diameter of SIT observation footprint (metres/degrees) 
    12961299   rn_sit_avgphiscl = 0.                 ! N/S diameter of SIT observation footprint (metres/degrees) 
     1300   rn_fbd_avglamscl = 0.                 ! E/W diameter of FBD observation footprint (metres/degrees) 
     1301   rn_fbd_avgphiscl = 0.                 ! N/S diameter of FBD observation footprint (metres/degrees) 
    12971302   nn_1dint = 0                          ! Type of vertical interpolation method 
    12981303   nn_2dint_default = 0                  ! Default horizontal interpolation method 
     
    13031308   nn_2dint_sic = -1                     ! Horizontal interpolation method for SIC 
    13041309   nn_2dint_sit = -1                     ! Horizontal interpolation method for SIT 
     1310   nn_2dint_fbd = -1                     ! Horizontal interpolation method for FBD 
    13051311   nn_msshc = 0                          ! MSSH correction scheme 
    13061312   rn_mdtcorr = 1.61                     ! MDT  correction 
Note: See TracChangeset for help on using the changeset viewer.