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

Changeset 1522


Ignore:
Timestamp:
2009-07-22T12:51:29+02:00 (15 years ago)
Author:
ctlod
Message:

add argument kt in subroutine dia_wri_state, see ticket: #405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diawri_dimg.h90

    r1146 r1522  
    405405  END SUBROUTINE dia_wri 
    406406 
    407   SUBROUTINE dia_wri_state ( cdfile_name) 
     407  SUBROUTINE dia_wri_state ( cdfile_name, kt ) 
    408408    !!------------------------------------------------------------------- 
    409409    !!        ***     ROUTINE dia_wri_state  *** 
     
    414414    !!      9.O  ! 03-06  (J.M. Molines ) dimgout 
    415415    !!-------------------------------------------------------------------- 
    416     !! * Arguments 
    417     CHARACTER (len=*), INTENT(in) ::   cdfile_name   ! name of the file created  
     416    INTEGER         , INTENT(in) ::   kt            ! ocean time-step index 
     417    CHARACTER(len=*), INTENT(in) ::   cdfile_name   ! name of the file created  
    418418    !!-------------------------------------------------------------------- 
    419419 
    420     IF( lwp) WRITE(numout,*) 'dia_wri_state: Dummy call', cdfile_name 
     420    IF( lwp) WRITE(numout,*) 'dia_wri_state: Dummy call', cdfile_name, kt 
    421421    IF( lwp) WRITE(numout,*) '-------------' 
    422422    IF( lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.