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 13546 for NEMO/trunk/src/SAS/stpctl.F90 – NEMO

Ignore:
Timestamp:
2020-09-30T10:47:59+02:00 (4 years ago)
Author:
smasson
Message:

trunk: supress the use of undefined values, see #2535

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/SAS/stpctl.F90

    r13538 r13546  
    9898            CALL ctl_opn( numrun, clname, 'REPLACE', 'FORMATTED', 'SEQUENTIAL', -1, numout, lwp, narea ) 
    9999            !                             ! open run.stat.nc netcdf file, done only by 1st subdomain 
    100             clname = clname//'.nc' 
     100            clname = TRIM(clname)//'.nc' 
    101101            IF( .NOT. Agrif_Root() )   clname = TRIM(Agrif_CFixed())//"_"//TRIM(clname) 
    102102            istatus = NF90_CREATE( TRIM(clname), NF90_CLOBBER, nrunid ) 
Note: See TracChangeset for help on using the changeset viewer.