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 14056 for NEMO/trunk/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-12-03T15:08:29+01:00 (4 years ago)
Author:
ayoung
Message:

Adding branch for ticket #2567 to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r14053 r14056  
    14001400   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
    14011401   ln_bound_reject  = .false.        ! Logical to remove obs near boundaries in LAMs. 
     1402   ln_default_fp_indegs = .true.     ! Logical: T=> averaging footprint is in degrees, F=> in metres 
    14021403   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
    14031404   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
     
    14151416   cn_gridsearchfile ='gridsearch.nc' ! Grid search file name 
    14161417   rn_gridsearchres = 0.5            ! Grid search resolution 
     1418   rn_default_avglamscl = 0.         ! Default E/W diameter of observation footprint (metres/degrees) 
     1419   rn_default_avgphiscl = 0.         ! Default N/S diameter of observation footprint (metres/degrees) 
    14171420   rn_mdtcorr  = 1.61                ! MDT  correction 
    14181421   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
     
    14281431   rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
    14291432   nn_1dint = 0                      ! Type of vertical interpolation method 
    1430    nn_2dint = 0                      ! Default horizontal interpolation method 
     1433   nn_2dint_default = 0              ! Default horizontal interpolation method 
    14311434   nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
    14321435   nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
Note: See TracChangeset for help on using the changeset viewer.