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

Ignore:
Timestamp:
2021-08-11T13:24:27+02:00 (3 years ago)
Author:
dford
Message:

Further generification, particularly surrounding additional and extra variables.

File:
1 edited

Legend:

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

    r15144 r15180  
    12611261&namobs_dta    !  observation and model comparison - external data      (see: namobs) 
    12621262!----------------------------------------------------------------------- 
    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 
     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 
    12731273                                           ! 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 
     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 
    12761277                                           ! 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 
     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_obsbias             = .false.        !    Logical switch for bias correction 
     1283   cn_obsbiasfiles        = ''             !    Bias input file names 
     1284   cn_type_to_biascorrect = ''             !    Observation type to bias correct 
     1285   cn_obsbiasfile_varname = ''             !    Bias variable name in input file 
    12841286                                           ! 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 
     1287   ln_altbias             = .false.        !    Logical switch for altimeter bias correction 
     1288   cn_altbiasfile         = ''             !    Altimeter bias input file name 
     1289   nn_msshc               = 0              !    MSSH correction scheme 
     1290   rn_mdtcorr             = 1.61           !    MDT correction 
     1291   rn_mdtcutoff           = 65.0           !    MDT cutoff for computed correction 
     1292!!! NOT YET IMPLEMENTED: 
     1293!!!   OUTPUT CLIMATOLOGY 
     1294!!!   TIME MEAN BACKGROUND 
    12941295/ 
    12951296!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.