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

Changeset 12267


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)

Location:
utils/tools/SIREN/src
Files:
2 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) 
  • utils/tools/SIREN/src/docsrc/5_changeLog.md

    r12080 r12267  
    55# Release 2019-12-03 {#rev_2019-12-03} 
    66## New features 
    7 - M Siren/src/iom_cdf.f90 : 
     7- M src/iom_cdf.f90 : 
    88   - write netcdf file as netcdf4 
    99 
    1010# Release 2019-11-05 {#rev_2019-11-05} 
    1111## New features 
    12 - M Siren/src/function.f90 
     12- M src/function.f90 
    1313- M src/create_bathy.f90 : 
    1414   - add help and version optional arguments 
Note: See TracChangeset for help on using the changeset viewer.