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 12267 for utils/tools/SIREN/src/create_boundary.F90 – NEMO

Ignore:
Timestamp:
2019-12-18T10:58:55+01:00 (4 years ago)
Author:
jpaul
Message:

# Bug fixes
M src/create_boundary.F90 : use the right variable (cd_namelist instead of cl_namelist)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/SIREN/src/create_boundary.F90

    r12080 r12267  
    937937   ELSE 
    938938 
    939       WRITE(cl_errormsg,*) " ERROR : can't find "//TRIM(cl_namelist) 
     939      WRITE(cl_errormsg,*) " ERROR : can't find "//TRIM(cd_namelist) 
    940940      CALL fct_help(cp_myname,cl_errormsg)  
    941941      CALL EXIT(1) 
Note: See TracChangeset for help on using the changeset viewer.