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 9831 for branches – NEMO

Changeset 9831 for branches


Ignore:
Timestamp:
2018-06-22T12:10:26+02:00 (6 years ago)
Author:
jonnywilliams
Message:

trying 3...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_NIWA-ifort-syntax-fix/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcbio_medusa.F90

    r9829 r9831  
    798798      !! temporary variables 
    799799      REAL(wp), INTENT( in ), DIMENSION(3,3) :: tiny_var, tiny_mask 
    800       CHARACTER(len=*), INTENT( in )            :: var_nm 
     800      CHARACTER(3), INTENT( in )            :: var_nm 
    801801      REAL(wp), INTENT( in )                 :: mini, maxi 
    802802      REAL(wp), INTENT( out )                :: varout 
    803803      REAL(wp)      :: sumtsn, tsnavg 
    804804      INTEGER       :: summask 
    805       CHARACTER(len=*) :: charout1, charout2 
     805      CHARACTER(3) :: charout1, charout2 
    806806      CHARACTER(60) :: charout3, charout4 
    807807      INTEGER       :: ii,ij 
Note: See TracChangeset for help on using the changeset viewer.