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 12669 for utils/tools_CPL_OASIS_ticket2379_2020/TOYATM/src/toyatm.F90 – NEMO

Ignore:
Timestamp:
2020-04-03T17:21:52+02:00 (4 years ago)
Author:
clevy
Message:

Update TOYATM for future NEMO release, see #2379

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_CPL_OASIS_ticket2379_2020/TOYATM/src/toyatm.F90

    r10619 r12669  
    6666  LOGICAL                       :: ln_rstart, nn_date0, nn_time0, nn_leapy  , nn_istate, nn_stock, nn_write ,nn_chunksz, nn_euler,nn_wxios 
    6767  CHARACTER (len=256)           :: cn_exp , cn_ocerst_in, cn_ocerst_indir, cn_ocerst_out, cn_ocerst_outdir 
    68   REAL (kind=wp)                :: rn_rdt 
     68  REAL (kind=wp)                :: rn_Dt 
    6969  LOGICAL                       :: ln_linssh, ln_crs, ln_meshmask 
    70   REAL (kind=wp)                :: rn_isfhmin, rn_atfp 
     70  REAL (kind=wp)                :: rn_atfp 
    7171  ! 
    7272  ! NEMO namelists 
    73 !!  NAMELIST/namrun/ nn_it000, nn_itend 
    74 !!  NAMELIST/namdom/ rn_rdt 
    7573      NAMELIST/namrun/ cn_ocerst_indir, cn_ocerst_outdir, nn_stocklist, ln_rst_list,                 & 
    7674         &             nn_no   , cn_exp   , cn_ocerst_in, cn_ocerst_out, ln_rstart , nn_rstctl ,     & 
     
    7876         &             nn_stock, nn_write , ln_mskland  , ln_clobber   , nn_chunksz, nn_euler  ,     & 
    7977         &             ln_cfmeta, ln_iscpl, ln_xios_read, nn_wxios 
    80       NAMELIST/namdom/ ln_linssh, rn_isfhmin, rn_rdt, rn_atfp, ln_crs, ln_meshmask 
     78      NAMELIST/namdom/ ln_linssh, rn_Dt, rn_atfp, ln_crs, ln_meshmask 
    8179  ! 
    8280  !++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
     
    133131  ! 
    134132! Get time step and number of iterations from ocean 
    135   time_step = INT(rn_rdt) 
     133  time_step = INT(rn_Dt) 
    136134  niter = nn_itend - nn_it000 + 1  
    137135  ! 
Note: See TracChangeset for help on using the changeset viewer.