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 13758 for NEMO/branches/2020/dev_r13747_ENHANCE-04_dford_OBSOP_BGC/cfgs – NEMO

Ignore:
Timestamp:
2020-11-09T17:36:09+01:00 (4 years ago)
Author:
dford
Message:

Initial implementation of changes following generic aspects of changesets 9306 and 11546.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13747_ENHANCE-04_dford_OBSOP_BGC/cfgs/SHARED/namelist_ref

    r13731 r13758  
    13451345   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
    13461346   ln_bound_reject  = .false.        ! Logical to remove obs near boundaries in LAMs. 
     1347   ln_default_fp_indegs = .true.     ! Logical: T=> averaging footprint is in degrees, F=> in metres 
    13471348   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
    13481349   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
     
    13601361   cn_gridsearchfile ='gridsearch.nc' ! Grid search file name 
    13611362   rn_gridsearchres = 0.5            ! Grid search resolution 
     1363   rn_default_avglamscl = 0.         ! Default E/W diameter of observation footprint (metres/degrees) 
     1364   rn_default_avgphiscl = 0.         ! Default N/S diameter of observation footprint (metres/degrees) 
    13621365   rn_mdtcorr  = 1.61                ! MDT  correction 
    13631366   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
     
    13731376   rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
    13741377   nn_1dint = 0                      ! Type of vertical interpolation method 
    1375    nn_2dint = 0                      ! Default horizontal interpolation method 
     1378   nn_2dint_default = 0              ! Default horizontal interpolation method 
    13761379   nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
    13771380   nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
Note: See TracChangeset for help on using the changeset viewer.