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 9038 for branches/2017/dev_merge_2017/DOC/Namelists/namobs – NEMO

Ignore:
Timestamp:
2017-12-14T12:14:52+01:00 (7 years ago)
Author:
flavoni
Message:

update DOC & Namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/Namelists/namobs

    r6997 r9038  
    77   ln_sla      = .false.             ! Logical switch for SLA observations 
    88   ln_sst      = .false.             ! Logical switch for SST observations 
     9   ln_sss      = .false.             ! Logical swithc for SSS observations 
    910   ln_sic      = .false.             ! Logical switch for Sea Ice observations 
    1011   ln_vel3d    = .false.             ! Logical switch for velocity observations 
    1112   ln_altbias  = .false.             ! Logical switch for altimeter bias correction 
     13   ln_sstbias  = .false.             ! Logical switch for SST bias correction 
    1214   ln_nea      = .false.             ! Logical switch for rejection of observations near land 
    1315   ln_grid_global = .true.           ! Logical switch for global distribution of observations 
     
    1618   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
    1719   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
     20   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
     21   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
     22   ln_sss_fp_indegs = .true.         ! Logical for SSS: T=> averaging footprint is in degrees, F=> in metres 
     23   ln_sic_fp_indegs = .true.         ! Logical for SIC: T=> averaging footprint is in degrees, F=> in metres 
    1824! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    1925   cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names 
    2026   cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names 
    2127   cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names 
     28   cn_sssfbfiles = 'sss_01.nc'       ! SSS feedback input observation file names 
    2229   cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names 
    2330   cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names 
    2431   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
     32   cn_sstbiasfiles = 'sstbias.nc'    ! SST bias input file name 
    2533   cn_gridsearchfile='gridsearch.nc' ! Grid search file name 
    2634   rn_gridsearchres = 0.5            ! Grid search resolution 
     35   rn_mdtcorr  = 1.61                ! MDT  correction 
     36   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    2737   rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS 
    2838   rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS 
    29    nn_1dint    = 0                   ! Type of vertical interpolation method 
    30    nn_2dint    = 0                   ! Type of horizontal interpolation method 
     39   rn_sla_avglamscl = 0.             ! E/W diameter of SLA observation footprint (metres/degrees) 
     40   rn_sla_avgphiscl = 0.             ! N/S diameter of SLA observation footprint (metres/degrees) 
     41   rn_sst_avglamscl = 0.             ! E/W diameter of SST observation footprint (metres/degrees) 
     42   rn_sst_avgphiscl = 0.             ! N/S diameter of SST observation footprint (metres/degrees) 
     43   rn_sss_avglamscl = 0.             ! E/W diameter of SSS observation footprint (metres/degrees) 
     44   rn_sss_avgphiscl = 0.             ! N/S diameter of SSS observation footprint (metres/degrees) 
     45   rn_sic_avglamscl = 0.             ! E/W diameter of SIC observation footprint (metres/degrees) 
     46   rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
     47   nn_1dint = 0                      ! Type of vertical interpolation method 
     48   nn_2dint = 0                      ! Default horizontal interpolation method 
     49   nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
     50   nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
     51   nn_2dint_sss = 0                  ! Horizontal interpolation method for SSS 
     52   nn_2dint_sic = 0                  ! Horizontal interpolation method for SIC 
    3153   nn_msshc    = 0                   ! MSSH correction scheme 
    32    rn_mdtcorr  = 1.61                ! MDT  correction 
    33    rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    3454   nn_profdavtypes = -1              ! Profile daily average types - array 
    35    ln_sstbias  = .false.             ! 
    36    cn_sstbias_files = 'sstbias.nc'   ! 
    3755/ 
Note: See TracChangeset for help on using the changeset viewer.