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

Ignore:
Timestamp:
2020-12-12T12:31:26+01:00 (4 years ago)
Author:
dcarneir
Message:

Merging trunk into my branch to keep it updated

File:
1 edited

Legend:

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

    r12820 r14165  
    12021202   ln_fbd     = .false.             ! Logical switch for Sea Ice Freeboard observations 
    12031203   ln_vel3d   = .false.             ! Logical switch for velocity observations 
    1204    ln_sss     = .false.             ! Logical swithc for SSS observations 
     1204   ln_sss     = .false.             ! Logical switch for SSS observations 
     1205   ln_ssv     = .false.             ! Logical switch for SSV (surface velocity) observations    
    12051206   ln_slchltot = .false.            ! Logical switch for surface total              log10(chlorophyll) obs 
    12061207   ln_slchldia = .false.            ! Logical switch for surface diatom             log10(chlorophyll) obs 
     
    12411242   ln_sst_fp_indegs = .true. 
    12421243   ln_sss_fp_indegs = .true. 
     1244   ln_ssv_fp_indegs = .true.    
    12431245   ln_sic_fp_indegs = .true. 
    12441246   ln_sit_fp_indegs = .true. 
     
    12531255   cn_velfbfiles = 'vel_01.nc'           ! Velocity feedback input observation file names 
    12541256   cn_sssfbfiles = 'sss_01.nc'           ! SSS feedback input observation file names 
     1257   cn_ssvfbfiles = 'ssv_01.nc'           ! SSV feedback input observation file names    
    12551258   cn_slchltotfbfiles = 'slchltot_01.nc' ! Surface total              log10(chlorophyll) obs file names 
    12561259   cn_slchldiafbfiles = 'slchldia_01.nc' ! Surface diatom             log10(chlorophyll) obs file names 
     
    12891292   rn_sss_avglamscl = 0.                 ! E/W diameter of SSS observation footprint (metres/degrees) 
    12901293   rn_sss_avgphiscl = 0.                 ! N/S diameter of SSS observation footprint (metres/degrees) 
     1294   rn_ssv_avglamscl = 0.                 ! E/W diameter of SSV observation footprint (metres/degrees) 
     1295   rn_ssv_avgphiscl = 0.                 ! N/S diameter of SSV observation footprint (metres/degrees) 
    12911296   rn_sic_avglamscl = 0.                 ! E/W diameter of SIC observation footprint (metres/degrees) 
    12921297   rn_sic_avgphiscl = 0.                 ! N/S diameter of SIC observation footprint (metres/degrees) 
     
    13001305   nn_2dint_sst = -1                     ! Horizontal interpolation method for SST 
    13011306   nn_2dint_sss = -1                     ! Horizontal interpolation method for SSS 
     1307   nn_2dint_ssv = -1                     ! Horizontal interpolation method for SSV    
    13021308   nn_2dint_sic = -1                     ! Horizontal interpolation method for SIC 
    13031309   nn_2dint_sit = -1                     ! Horizontal interpolation method for SIT 
Note: See TracChangeset for help on using the changeset viewer.