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

Changeset 4753


Ignore:
Timestamp:
2014-08-29T20:01:04+02:00 (10 years ago)
Author:
djlea
Message:

Add SST, SLA observation types to test.

Location:
branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4751 r4753  
    10911091   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
    10921092                           !     ln_sss                  Logical switch for SSS observations 
    1093                            !     ln_seaice              Logical switch for Sea Ice observations 
     1093   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
    10941094                           !     ln_vel3d                Logical switch for velocity observations 
    10951095                           !     ln_velavcur             Logical switch for velocity daily av. cur. 
     
    11121112                           !     sstfiles                GHRSST input observation file name 
    11131113   !                       ! sstfbfiles: Feedback SST input observation file name 
    1114    sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
    1115                            !     seaicefiles             Sea Ice input observation file name 
     1114   sstfbfiles = 'sst_01.nc' 
     1115                           ! seaicefiles             Sea Ice input observation file names 
     1116   seaicefiles = 'seaice_01.nc'   
    11161117                           !     velavcurfiles           Vel. cur. daily av. input file name 
    11171118                           !     velhvcurfiles           Vel. cur. high freq. input file name 
  • branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/SETTE/sette.sh

    r4751 r4753  
    888888    set_namelist namelist_cfg jpnij 16 
    889889    set_namelist namelist_cfg nn_solv 2 
     890# DJL perhaps put the below in the namelist_cfg     
    890891    set_namelist namelist_cfg ln_t3d .true. 
    891892    set_namelist namelist_cfg ln_s3d .true. 
    892893    set_namelist namelist_cfg ln_profb .true. 
    893     set_namelist namelist_cfg ln_sst .false. 
     894    set_namelist namelist_cfg ln_sst .true. 
     895    set_namelist namelist_cfg ln_sstfb .true. 
     896    set_namelist namelist_cfg ln_sla .true. 
     897    set_namelist namelist_cfg ln_slafb .true. 
     898    set_namelist namelist_cfg ln_seaice .false. 
    894899    if [ ${USING_MPMD} == "yes" ] ; then 
    895900       set_xio_using_server iodef.xml true 
     
    920925    set_namelist namelist_cfg ln_s3d .true. 
    921926    set_namelist namelist_cfg ln_profb .true. 
    922     set_namelist namelist_cfg ln_sst .false. 
     927    set_namelist namelist_cfg ln_sst .true. 
     928    set_namelist namelist_cfg ln_sstfb .true. 
     929    set_namelist namelist_cfg ln_sla .true. 
     930    set_namelist namelist_cfg ln_slafb .true. 
     931    set_namelist namelist_cfg ln_seaice .false. 
    923932   if [ ${USING_MPMD} == "yes" ] ; then 
    924933       set_xio_using_server iodef.xml true 
Note: See TracChangeset for help on using the changeset viewer.