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 15144 for NEMO/branches/UKMO/NEMO_4.0.4_generic_obs/cfgs – NEMO

Ignore:
Timestamp:
2021-07-26T16:46:48+02:00 (3 years ago)
Author:
dford
Message:

Initial implementation of generic OBS interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_generic_obs/cfgs/SHARED/namelist_ref

    r15089 r15144  
    12421242!!                                                                    !! 
    12431243!!   namobs       observation and model comparison                      (default: OFF) 
     1244!!   namobs_dta   observation and model comparison - external data      (see: namobs) 
    12441245!!   nam_asminc   assimilation increments                               ('key_asminc') 
    12451246!!====================================================================== 
    12461247! 
    12471248!----------------------------------------------------------------------- 
    1248 &namobs        !  observation usage switch                              (default: OFF) 
    1249 !----------------------------------------------------------------------- 
    1250    ln_diaobs   = .false.             ! Logical switch for the observation operator 
    1251    ! 
    1252    ln_t3d      = .false.             ! Logical switch for T profile observations 
    1253    ln_s3d      = .false.             ! Logical switch for S profile observations 
    1254    ln_sla      = .false.             ! Logical switch for SLA observations 
    1255    ln_sst      = .false.             ! Logical switch for SST observations 
    1256    ln_sss      = .false.             ! Logical swithc for SSS observations 
    1257    ln_sic      = .false.             ! Logical switch for Sea Ice observations 
    1258    ln_vel3d    = .false.             ! Logical switch for velocity observations 
    1259    ln_altbias  = .false.             ! Logical switch for altimeter bias correction 
    1260    ln_sstbias  = .false.             ! Logical switch for SST bias correction 
    1261    ln_nea      = .false.             ! Logical switch for rejection of observations near land 
    1262    ln_grid_global = .true.           ! Logical switch for global distribution of observations 
    1263    ln_grid_search_lookup = .false.   ! Logical switch for obs grid search w/lookup table 
    1264    ln_ignmis   = .true.              ! Logical switch for ignoring missing files 
    1265    ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
    1266    ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
    1267    ln_bound_reject  = .false.        ! Logical to remove obs near boundaries in LAMs. 
    1268    ln_default_fp_indegs = .true.     ! Logical: T=> averaging footprint is in degrees, F=> in metres 
    1269    ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
    1270    ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
    1271    ln_sss_fp_indegs = .true.         ! Logical for SSS: T=> averaging footprint is in degrees, F=> in metres 
    1272    ln_sic_fp_indegs = .true.         ! Logical for SIC: T=> averaging footprint is in degrees, F=> in metres 
    1273 ! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    1274    cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names 
    1275    cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names 
    1276    cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names 
    1277    cn_sssfbfiles = 'sss_01.nc'       ! SSS feedback input observation file names 
    1278    cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names 
    1279    cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names 
    1280    cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
    1281    cn_sstbiasfiles = 'sstbias.nc'    ! SST bias input file name 
    1282    cn_gridsearchfile ='gridsearch.nc' ! Grid search file name 
    1283    rn_gridsearchres = 0.5            ! Grid search resolution 
    1284    rn_default_avglamscl = 0.         ! Default E/W diameter of observation footprint (metres/degrees) 
    1285    rn_default_avgphiscl = 0.         ! Default N/S diameter of observation footprint (metres/degrees) 
    1286    rn_mdtcorr  = 1.61                ! MDT  correction 
    1287    rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    1288    rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS 
    1289    rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS 
    1290    rn_sla_avglamscl = 0.             ! E/W diameter of SLA observation footprint (metres/degrees) 
    1291    rn_sla_avgphiscl = 0.             ! N/S diameter of SLA observation footprint (metres/degrees) 
    1292    rn_sst_avglamscl = 0.             ! E/W diameter of SST observation footprint (metres/degrees) 
    1293    rn_sst_avgphiscl = 0.             ! N/S diameter of SST observation footprint (metres/degrees) 
    1294    rn_sss_avglamscl = 0.             ! E/W diameter of SSS observation footprint (metres/degrees) 
    1295    rn_sss_avgphiscl = 0.             ! N/S diameter of SSS observation footprint (metres/degrees) 
    1296    rn_sic_avglamscl = 0.             ! E/W diameter of SIC observation footprint (metres/degrees) 
    1297    rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
    1298    nn_1dint = 0                      ! Type of vertical interpolation method 
    1299    nn_2dint_default = 0              ! Default horizontal interpolation method 
    1300    nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
    1301    nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
    1302    nn_2dint_sss = 0                  ! Horizontal interpolation method for SSS 
    1303    nn_2dint_sic = 0                  ! Horizontal interpolation method for SIC 
    1304    nn_msshc     = 0                  ! MSSH correction scheme 
    1305    nn_profdavtypes = -1              ! Profile daily average types - array 
     1249&namobs       !  observation and model comparison                       (default: OFF) 
     1250!----------------------------------------------------------------------- 
     1251   ln_diaobs             = .false.         ! Logical switch for the observation operator 
     1252   nn_obsgroups          = 0               ! Number of observation group namelists (namobs_dta) to read in 
     1253   ln_grid_global        = .true.          ! Logical switch for global distribution of observations 
     1254   ln_grid_search_lookup = .false.         ! Logical switch for obs grid search w/lookup table 
     1255   cn_gridsearchfile     = 'grid_search'   ! Grid search file name header 
     1256   rn_gridsearchres      = 0.5             ! Grid search resolution 
     1257   rn_dobsini            = 00010101.000000 ! Initial date in window YYYYMMDD.HHMMSS 
     1258   rn_dobsend            = 00010102.000000 ! Final date in window YYYYMMDD.HHMMSS 
     1259/ 
     1260!----------------------------------------------------------------------- 
     1261&namobs_dta    !  observation and model comparison - external data      (see: namobs) 
     1262!----------------------------------------------------------------------- 
     1263   cn_groupname         = ''               ! Name of obs group (for stdout) 
     1264   ln_enabled           = .true.           ! Logical switch for group being processed not ignored 
     1265   ln_prof              = .false.          ! Logical switch for profile data 
     1266   ln_surf              = .false.          ! Logical switch for surface data 
     1267   cn_obsfiles          = ''               ! Observation file names 
     1268   cn_obstypes          = ''               ! Observation types to read from files 
     1269   ln_nea               = .false.          ! Logical switch for rejecting observations near land 
     1270   ln_bound_reject      = .false.          ! Logical switch for rejecting obs near the boundary 
     1271   ln_ignmis            = .true.           ! Logical switch for ignoring missing files 
     1272   nn_2dint             = 0                ! Type of horizontal interpolation method 
     1273                                           ! Relevant if ln_prof = .true.: 
     1274   nn_1dint             = 0                !    Type of vertical interpolation method 
     1275   nn_profdavtypes      = -1               !    Profile data types representing a daily average 
     1276                                           ! Relevant if ln_surf = .true.: 
     1277   ln_fp_indegs         = .true.           !    Logical: T=> averaging footprint is in degrees, F=> in metres 
     1278   rn_avglamscl         = 0.               !    E/W diameter of observation footprint (metres/degrees) 
     1279   rn_avgphiscl         = 0.               !    N/S diameter of observation footprint (metres/degrees) 
     1280   ln_night             = .false.          !    Logical switch for calculating night-time average for obs 
     1281                                           ! Relevant if 'SST' in cn_obstypes: 
     1282   ln_sstbias           = .false.          !    Logical switch for SST bias correction 
     1283   cn_sstbiasfiles      = ''               !    SST bias input file names 
     1284                                           ! Relevant if 'SLA' in cn_obstypes: 
     1285   ln_altbias           = .false.          !    Logical switch for altimeter bias correction 
     1286   cn_altbiasfile       = ''               !    Altimeter bias input file name 
     1287   nn_msshc             = 0                !    MSSH correction scheme 
     1288   rn_mdtcorr           = 1.61             !    MDT correction 
     1289   rn_mdtcutoff         = 65.0             !    MDT cutoff for computed correction 
     1290   ln_time_mean_sla_bkg = .false.          !    Logical switch for applying time mean of SLA background to remove tidal signal 
     1291                                           ! Relevant if 'POTM' and/or 'PSAL' in cn_obstypes: 
     1292   ln_s_at_t            = .false.          !    Logical switch for computing model S at T obs if not there 
     1293   ln_output_clim       = .false.          !    Logical switch for writing climatological values to fdbk files 
    13061294/ 
    13071295!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.