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 12767 for NEMO/branches/UKMO/NEMO_4.0.2_GO8_package_ENHANCE-02_ISF_nemo/src/OCE/ISF/isfutils.F90 – NEMO

Ignore:
Timestamp:
2020-04-17T16:07:33+02:00 (4 years ago)
Author:
mathiot
Message:

NEMO_4.0.2_GO8_package_ENHANCE-02_ISF_nemo: change to be able to run WED025

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.2_GO8_package_ENHANCE-02_ISF_nemo/src/OCE/ISF/isfutils.F90

    r12747 r12767  
    4040      REAL(wp), DIMENSION(jpi,jpj), INTENT(  out) :: pvar          ! output variable 
    4141      !!-------------------------- IN  ------------------------------------- 
    42       CHARACTER(len=256)          , INTENT(in   ) :: cdfile   ! input file name 
    43       CHARACTER(len=34)           , INTENT(in   ) :: cdvar    ! variable name 
     42      CHARACTER(len=*)           , INTENT(in   ) :: cdfile   ! input file name 
     43      CHARACTER(len=*)           , INTENT(in   ) :: cdvar    ! variable name 
    4444      !!-------------------------------------------------------------------- 
    4545      INTEGER :: inum 
Note: See TracChangeset for help on using the changeset viewer.