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 5822 – NEMO

Changeset 5822


Ignore:
Timestamp:
2015-10-22T10:36:50+02:00 (9 years ago)
Author:
jenniewaters
Message:

Changes to get SETTE obs test working.

Location:
branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/CONFIG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/1_namelist_cfg

    r5407 r5822  
    877877   ln_ignmis  = .true.     ! Logical switch for ignoring missing files    
    878878                           !     endailyavtypes   ENACT daily average types                     
    879    ln_grid_global = .true. 
    880879   ln_grid_search_lookup = .false. 
    881880/  
  • branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5656 r5822  
    12151215   ln_velhradcp = .false.  ! Logical switch for velocity high freq. ADCP 
    12161216   ln_velfb   = .false.    ! Logical switch for feedback velocity data 
    1217    ln_grid_global = .false. ! Global distribtion of observations 
     1217   ln_grid_global = .true. ! Global distribtion of observations 
    12181218   ln_grid_search_lookup = .false. !  Logical switch for obs grid search w/lookup table 
    12191219   grid_search_file = 'grid_search'  !  Grid search lookup file header 
     
    12341234   velhradcpfiles = 'velhradcpfile.nc' ! Vel. ADCP high freq. input file name 
    12351235   velfbfiles = 'velfbfile.nc' ! Vel. feedback input observation file name 
    1236    dobsini = 20000101.000000  !  Initial date in window YYYYMMDD.HHMMSS 
    1237    dobsend = 20010101.000000  !  Final date in window YYYYMMDD.HHMMSS 
     1236   dobsini = 10101.000000  !  Initial date in window YYYYMMDD.HHMMSS 
     1237   dobsend = 10106.000000  !  Final date in window YYYYMMDD.HHMMSS 
    12381238   n1dint = 0  !               Type of vertical interpolation method 
    12391239   n2dint = 0  !               Type of horizontal interpolation method 
     
    12451245   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
    12461246   endailyavtypes = 820    ! ENACT daily average types - array (use namelist_cfg to set more values) 
    1247    ln_grid_global = .true. 
    12481247   ln_grid_search_lookup = .false. 
    12491248/ 
Note: See TracChangeset for help on using the changeset viewer.