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

Ignore:
Timestamp:
2021-09-09T17:22:33+02:00 (3 years ago)
Author:
dford
Message:

Add option to use time mean background.

File:
1 edited

Legend:

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

    r15180 r15240  
    12801280   rn_avgphiscl           = 0.             !    N/S diameter of observation footprint (metres/degrees) 
    12811281   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) 
    12821284   ln_obsbias             = .false.        !    Logical switch for bias correction 
    12831285   cn_obsbiasfiles        = ''             !    Bias input file names 
     
    12921294!!! NOT YET IMPLEMENTED: 
    12931295!!!   OUTPUT CLIMATOLOGY 
    1294 !!!   TIME MEAN BACKGROUND 
    12951296/ 
    12961297!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.