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

Ignore:
Timestamp:
2020-04-27T15:57:00+02:00 (4 years ago)
Author:
dcarneir
Message:

Adding fbd observations in obs_oper, distinguishing it from sit

File:
1 edited

Legend:

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

    r12610 r12820  
    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 swithc for SSS observations 
     
    12421243   ln_sic_fp_indegs = .true. 
    12431244   ln_sit_fp_indegs = .true. 
     1245   ln_fbd_fp_indegs = .true. 
    12441246! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    12451247   cn_profbfiles = 'profiles_01.nc'      ! Profile feedback input observation file names 
     
    12481250   cn_sicfbfiles = 'sic_01.nc'           ! SIC feedback input observation file names 
    12491251   cn_sitfbfiles = 'sit_01.nc'           ! SIT feedback input observation file names 
     1252   cn_fbdfbfiles = 'fbd_01.nc'           ! FBD feedback input observation file names 
    12501253   cn_velfbfiles = 'vel_01.nc'           ! Velocity feedback input observation file names 
    12511254   cn_sssfbfiles = 'sss_01.nc'           ! SSS feedback input observation file names 
     
    12901293   rn_sit_avglamscl = 0.                 ! E/W diameter of SIT observation footprint (metres/degrees) 
    12911294   rn_sit_avgphiscl = 0.                 ! N/S diameter of SIT observation footprint (metres/degrees) 
     1295   rn_fbd_avglamscl = 0.                 ! E/W diameter of FBD observation footprint (metres/degrees) 
     1296   rn_fbd_avgphiscl = 0.                 ! N/S diameter of FBD observation footprint (metres/degrees) 
    12921297   nn_1dint = 0                          ! Type of vertical interpolation method 
    12931298   nn_2dint_default = 0                  ! Default horizontal interpolation method 
     
    12971302   nn_2dint_sic = -1                     ! Horizontal interpolation method for SIC 
    12981303   nn_2dint_sit = -1                     ! Horizontal interpolation method for SIT 
     1304   nn_2dint_fbd = -1                     ! Horizontal interpolation method for FBD 
    12991305   nn_msshc = 0                          ! MSSH correction scheme 
    13001306   rn_mdtcorr = 1.61                     ! MDT  correction 
Note: See TracChangeset for help on using the changeset viewer.