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 8723 for branches/2017/dev_r8657_UKMO_OBSoper/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-11-16T13:18:57+01:00 (6 years ago)
Author:
mattmartin
Message:

Commit changes to obs operator to work with SST bias correction and with the horizontal averaging operator.

File:
1 edited

Legend:

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

    r8599 r8723  
    11501150   ln_sla      = .false.             ! Logical switch for SLA observations 
    11511151   ln_sst      = .false.             ! Logical switch for SST observations 
     1152   ln_sss      = .false.             ! Logical swithc for SSS observations 
    11521153   ln_sic      = .false.             ! Logical switch for Sea Ice observations 
    11531154   ln_vel3d    = .false.             ! Logical switch for velocity observations 
    11541155   ln_altbias  = .false.             ! Logical switch for altimeter bias correction 
     1156   ln_sstbias  = .false.             ! Logical switch for SST bias correction 
    11551157   ln_nea      = .false.             ! Logical switch for rejection of observations near land 
    11561158   ln_grid_global = .true.           ! Logical switch for global distribution of observations 
     
    11591161   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
    11601162   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
     1163   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
     1164   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
     1165   ln_sss_fp_indegs = .true.         ! Logical for SSS: T=> averaging footprint is in degrees, F=> in metres 
     1166   ln_sic_fp_indegs = .true.         ! Logical for SIC: T=> averaging footprint is in degrees, F=> in metres 
    11611167! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    11621168   cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names 
    11631169   cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names 
    11641170   cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names 
     1171   cn_sssfbfiles = 'sss_01.nc'       ! SSS feedback input observation file names 
    11651172   cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names 
    11661173   cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names 
    11671174   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
     1175   cn_sstbiasfiles = 'sstbias.nc'    ! SST bias input file name 
    11681176   cn_gridsearchfile='gridsearch.nc' ! Grid search file name 
    11691177   rn_gridsearchres = 0.5            ! Grid search resolution 
     1178   rn_mdtcorr  = 1.61                ! MDT  correction 
     1179   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    11701180   rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS 
    11711181   rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS 
    1172    nn_1dint    = 0                   ! Type of vertical interpolation method 
    1173    nn_2dint    = 0                   ! Type of horizontal interpolation method 
     1182   rn_sla_avglamscl = 0.             ! E/W diameter of SLA observation footprint (metres/degrees) 
     1183   rn_sla_avgphiscl = 0.             ! N/S diameter of SLA observation footprint (metres/degrees) 
     1184   rn_sst_avglamscl = 0.             ! E/W diameter of SST observation footprint (metres/degrees) 
     1185   rn_sst_avgphiscl = 0.             ! N/S diameter of SST observation footprint (metres/degrees) 
     1186   rn_sss_avglamscl = 0.             ! E/W diameter of SSS observation footprint (metres/degrees) 
     1187   rn_sss_avgphiscl = 0.             ! N/S diameter of SSS observation footprint (metres/degrees) 
     1188   rn_sic_avglamscl = 0.             ! E/W diameter of SIC observation footprint (metres/degrees) 
     1189   rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
     1190   nn_1dint = 0                      ! Type of vertical interpolation method 
     1191   nn_2dint = 0                      ! Default horizontal interpolation method 
     1192   nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
     1193   nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
     1194   nn_2dint_sss = 0                  ! Horizontal interpolation method for SSS 
     1195   nn_2dint_sic = 0                  ! Horizontal interpolation method for SIC 
    11741196   nn_msshc    = 0                   ! MSSH correction scheme 
    1175    rn_mdtcorr  = 1.61                ! MDT  correction 
    1176    rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    11771197   nn_profdavtypes = -1              ! Profile daily average types - array 
    1178    ln_sstbias  = .false.             ! 
    1179    cn_sstbias_files = 'sstbias.nc'   ! 
    11801198/ 
    11811199!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.