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 8928 for branches/2017/dev_METO_2017/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-12-06T17:57:29+01:00 (7 years ago)
Author:
timgraham
Message:

Merged branches/2017/dev_r8657_UKMO_OBSoper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_METO_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8924 r8928  
    11601160   ln_sla      = .false.             ! Logical switch for SLA observations 
    11611161   ln_sst      = .false.             ! Logical switch for SST observations 
     1162   ln_sss      = .false.             ! Logical swithc for SSS observations 
    11621163   ln_sic      = .false.             ! Logical switch for Sea Ice observations 
    11631164   ln_vel3d    = .false.             ! Logical switch for velocity observations 
    11641165   ln_altbias  = .false.             ! Logical switch for altimeter bias correction 
     1166   ln_sstbias  = .false.             ! Logical switch for SST bias correction 
    11651167   ln_nea      = .false.             ! Logical switch for rejection of observations near land 
    11661168   ln_grid_global = .true.           ! Logical switch for global distribution of observations 
     
    11691171   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
    11701172   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
     1173   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
     1174   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
     1175   ln_sss_fp_indegs = .true.         ! Logical for SSS: T=> averaging footprint is in degrees, F=> in metres 
     1176   ln_sic_fp_indegs = .true.         ! Logical for SIC: T=> averaging footprint is in degrees, F=> in metres 
    11711177! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    11721178   cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names 
    11731179   cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names 
    11741180   cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names 
     1181   cn_sssfbfiles = 'sss_01.nc'       ! SSS feedback input observation file names 
    11751182   cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names 
    11761183   cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names 
    11771184   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
     1185   cn_sstbiasfiles = 'sstbias.nc'    ! SST bias input file name 
    11781186   cn_gridsearchfile='gridsearch.nc' ! Grid search file name 
    11791187   rn_gridsearchres = 0.5            ! Grid search resolution 
     1188   rn_mdtcorr  = 1.61                ! MDT  correction 
     1189   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    11801190   rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS 
    11811191   rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS 
    1182    nn_1dint    = 0                   ! Type of vertical interpolation method 
    1183    nn_2dint    = 0                   ! Type of horizontal interpolation method 
     1192   rn_sla_avglamscl = 0.             ! E/W diameter of SLA observation footprint (metres/degrees) 
     1193   rn_sla_avgphiscl = 0.             ! N/S diameter of SLA observation footprint (metres/degrees) 
     1194   rn_sst_avglamscl = 0.             ! E/W diameter of SST observation footprint (metres/degrees) 
     1195   rn_sst_avgphiscl = 0.             ! N/S diameter of SST observation footprint (metres/degrees) 
     1196   rn_sss_avglamscl = 0.             ! E/W diameter of SSS observation footprint (metres/degrees) 
     1197   rn_sss_avgphiscl = 0.             ! N/S diameter of SSS observation footprint (metres/degrees) 
     1198   rn_sic_avglamscl = 0.             ! E/W diameter of SIC observation footprint (metres/degrees) 
     1199   rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
     1200   nn_1dint = 0                      ! Type of vertical interpolation method 
     1201   nn_2dint = 0                      ! Default horizontal interpolation method 
     1202   nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
     1203   nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
     1204   nn_2dint_sss = 0                  ! Horizontal interpolation method for SSS 
     1205   nn_2dint_sic = 0                  ! Horizontal interpolation method for SIC 
    11841206   nn_msshc    = 0                   ! MSSH correction scheme 
    1185    rn_mdtcorr  = 1.61                ! MDT  correction 
    1186    rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    11871207   nn_profdavtypes = -1              ! Profile daily average types - array 
    1188    ln_sstbias  = .false.             ! 
    1189    cn_sstbias_files = 'sstbias.nc'   ! 
    11901208/ 
    11911209!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.