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 15799 for NEMO/branches/UKMO/NEMO_4.0.4_FOAM_package/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2022-04-25T17:15:21+02:00 (2 years ago)
Author:
dford
Message:

More generic interface and structure for OBS code. See Met Office utils tickets 471 and 530.

File:
1 edited

Legend:

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

    r15731 r15799  
    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_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
    1269    ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
    1270    ln_sss_fp_indegs = .true.         ! Logical for SSS: T=> averaging footprint is in degrees, F=> in metres 
    1271    ln_sic_fp_indegs = .true.         ! Logical for SIC: T=> averaging footprint is in degrees, F=> in metres 
    1272 ! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    1273    cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names 
    1274    cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names 
    1275    cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names 
    1276    cn_sssfbfiles = 'sss_01.nc'       ! SSS feedback input observation file names 
    1277    cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names 
    1278    cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names 
    1279    cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
    1280    cn_sstbiasfiles = 'sstbias.nc'    ! SST bias input file name 
    1281    cn_gridsearchfile ='gridsearch.nc' ! Grid search file name 
    1282    rn_gridsearchres = 0.5            ! Grid search resolution 
    1283    rn_mdtcorr  = 1.61                ! MDT  correction 
    1284    rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    1285    rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS 
    1286    rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS 
    1287    rn_sla_avglamscl = 0.             ! E/W diameter of SLA observation footprint (metres/degrees) 
    1288    rn_sla_avgphiscl = 0.             ! N/S diameter of SLA observation footprint (metres/degrees) 
    1289    rn_sst_avglamscl = 0.             ! E/W diameter of SST observation footprint (metres/degrees) 
    1290    rn_sst_avgphiscl = 0.             ! N/S diameter of SST observation footprint (metres/degrees) 
    1291    rn_sss_avglamscl = 0.             ! E/W diameter of SSS observation footprint (metres/degrees) 
    1292    rn_sss_avgphiscl = 0.             ! N/S diameter of SSS observation footprint (metres/degrees) 
    1293    rn_sic_avglamscl = 0.             ! E/W diameter of SIC observation footprint (metres/degrees) 
    1294    rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
    1295    nn_1dint = 0                      ! Type of vertical interpolation method 
    1296    nn_2dint = 0                      ! Default horizontal interpolation method 
    1297    nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
    1298    nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
    1299    nn_2dint_sss = 0                  ! Horizontal interpolation method for SSS 
    1300    nn_2dint_sic = 0                  ! Horizontal interpolation method for SIC 
    1301    nn_msshc     = 0                  ! MSSH correction scheme 
    1302    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 (output file will be cn_groupname//'fb_????.nc') 
     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   ln_all_at_all          = .false.        !    Logical switch for computing all model variables at all obs points 
     1277                                           ! Relevant if ln_surf = .true.: 
     1278   ln_fp_indegs           = .true.         !    Logical: T=> averaging footprint is in degrees, F=> in metres 
     1279   rn_avglamscl           = 0.             !    E/W diameter of observation footprint (metres/degrees) 
     1280   rn_avgphiscl           = 0.             !    N/S diameter of observation footprint (metres/degrees) 
     1281   ln_night               = .false.        !    Logical switch for calculating night-time average for obs 
     1282   ln_time_mean_bkg       = .false.        !    Logical switch for applying time mean of background (e.g. to remove tidal signal) 
     1283   rn_time_mean_period    = 24.8333        !    Meaning period in hours if ln_time_mean_bkg (default is AMM tidal period) 
     1284   ln_obsbias             = .false.        !    Logical switch for bias correction 
     1285   cn_obsbiasfiles        = ''             !    Bias input file names 
     1286   cn_type_to_biascorrect = ''             !    Observation type to bias correct 
     1287   cn_obsbiasfile_varname = ''             !    Bias variable name in input file 
     1288                                           ! Relevant if 'SLA' in cn_obstypes: 
     1289   ln_altbias             = .false.        !    Logical switch for altimeter bias correction 
     1290   cn_altbiasfile         = ''             !    Altimeter bias input file name 
     1291   nn_msshc               = 0              !    MSSH correction scheme 
     1292   rn_mdtcorr             = 1.61           !    MDT correction 
     1293   rn_mdtcutoff           = 65.0           !    MDT cutoff for computed correction 
     1294                                           ! Relevant if 'POTM', 'PSAL', 'SST', or 'SSS' in cn_obstypes: 
     1295   ln_output_clim         = .false.        !    Logical switch to output climatological temperature/salinity (if ln_tradmp) 
    13031296/ 
    13041297!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.