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 13393 for branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-08-13T16:44:28+02:00 (4 years ago)
Author:
mattmartin
Message:

Include surface velocity observation operator. See ticket https://code.metoffice.gov.uk/trac/utils/ticket/376.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/CONFIG/SHARED/namelist_ref

    r12610 r13393  
    12011201   ln_sit     = .false.             ! Logical switch for Sea Ice Thickness observations 
    12021202   ln_vel3d   = .false.             ! Logical switch for velocity observations 
    1203    ln_sss     = .false.             ! Logical swithc for SSS observations 
     1203   ln_sss     = .false.             ! Logical switch for SSS observations 
     1204   ln_ssv     = .false.             ! Logical switch for SSV (surface velocity) observations    
    12041205   ln_slchltot = .false.            ! Logical switch for surface total              log10(chlorophyll) obs 
    12051206   ln_slchldia = .false.            ! Logical switch for surface diatom             log10(chlorophyll) obs 
     
    12401241   ln_sst_fp_indegs = .true. 
    12411242   ln_sss_fp_indegs = .true. 
     1243   ln_ssv_fp_indegs = .true.    
    12421244   ln_sic_fp_indegs = .true. 
    12431245   ln_sit_fp_indegs = .true. 
     
    12501252   cn_velfbfiles = 'vel_01.nc'           ! Velocity feedback input observation file names 
    12511253   cn_sssfbfiles = 'sss_01.nc'           ! SSS feedback input observation file names 
     1254   cn_ssvfbfiles = 'ssv_01.nc'           ! SSV feedback input observation file names    
    12521255   cn_slchltotfbfiles = 'slchltot_01.nc' ! Surface total              log10(chlorophyll) obs file names 
    12531256   cn_slchldiafbfiles = 'slchldia_01.nc' ! Surface diatom             log10(chlorophyll) obs file names 
     
    12861289   rn_sss_avglamscl = 0.                 ! E/W diameter of SSS observation footprint (metres/degrees) 
    12871290   rn_sss_avgphiscl = 0.                 ! N/S diameter of SSS observation footprint (metres/degrees) 
     1291   rn_ssv_avglamscl = 0.                 ! E/W diameter of SSV observation footprint (metres/degrees) 
     1292   rn_ssv_avgphiscl = 0.                 ! N/S diameter of SSV observation footprint (metres/degrees) 
    12881293   rn_sic_avglamscl = 0.                 ! E/W diameter of SIC observation footprint (metres/degrees) 
    12891294   rn_sic_avgphiscl = 0.                 ! N/S diameter of SIC observation footprint (metres/degrees) 
     
    12951300   nn_2dint_sst = -1                     ! Horizontal interpolation method for SST 
    12961301   nn_2dint_sss = -1                     ! Horizontal interpolation method for SSS 
     1302   nn_2dint_ssv = -1                     ! Horizontal interpolation method for SSV    
    12971303   nn_2dint_sic = -1                     ! Horizontal interpolation method for SIC 
    12981304   nn_2dint_sit = -1                     ! Horizontal interpolation method for SIT 
Note: See TracChangeset for help on using the changeset viewer.