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 9517 for branches/2017 – NEMO

Changeset 9517 for branches/2017


Ignore:
Timestamp:
2018-04-27T17:11:03+02:00 (6 years ago)
Author:
clem
Message:

small corrections to make SETTE work

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r9516 r9517  
    2323   nn_date0    =  20120102 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    2424   nn_leapy    =       1   !  Leap year calendar (1) or not (0) 
    25    ln_rstart   =  .true.  !  start from rest (F) or from a restart file (T) 
    26    nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true. 
    2725   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input) 
    2826   cn_ocerst_out  = "restart"             !  suffix of ocean restart name (input) 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/MY_SRC/usrdef_sbc.F90

    r9019 r9517  
    6363         IF(lwp)   WRITE(numout,*)' usrdef_sbc_oce : SAS_BIPER case: NO surface forcing' 
    6464         ! --- oce variables --- ! 
    65          utau(:,:) = 0._wp 
     65         utau(:,:) = 0._wp  
    6666         vtau(:,:) = 0._wp 
    6767         taum(:,:) = 0._wp 
     
    7272         qns (:,:) = 0._wp 
    7373         qsr (:,:) = 0._wp 
     74         ! 
     75         utau_b(:,:) = 0._wp  
     76         vtau_b(:,:) = 0._wp 
     77         emp_b (:,:) = 0._wp 
     78         sfx_b (:,:) = 0._wp 
     79         qns_b (:,:) = 0._wp 
    7480         ! 
    7581      ENDIF 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/VORTEX/EXP00/iodef.xml

    r8703 r9517  
    1111 
    1212          <variable id="info_level"                type="int">10</variable> 
    13           <variable id="using_server"              type="bool">true</variable> 
     13          <variable id="using_server"              type="bool">false</variable> 
    1414          <variable id="using_oasis"               type="bool">false</variable> 
    1515          <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
Note: See TracChangeset for help on using the changeset viewer.