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

Changeset 912


Ignore:
Timestamp:
2008-04-28T12:04:54+02:00 (16 years ago)
Author:
ctlod
Message:

Remove useless llbon variable and useless extension _000 added when reading input runoff file; related to the new surface module, see ticket: #113

Location:
trunk/NEMO/OPA_SRC/SBC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcfwb.F90

    r895 r912  
    6262      INTEGER  ::   inum                  ! temporary logical unit 
    6363      INTEGER  ::   ikty, iyear           !  
    64       LOGICAL  ::   llbon 
    6564      CHARACTER (len=32) ::   clname  
    6665      REAL(wp) ::   z_emp                 ! temporary scalars 
  • trunk/NEMO/OPA_SRC/SBC/sbcrnf.F90

    r909 r912  
    223223         WRITE(cl_rnfile, '(a,a,"_",i4,".nc")' ) TRIM( cn_dir ), TRIM( sn_cnf%clname ), nyear 
    224224      CASE( 1 ) 
    225          WRITE(cl_rnfile, '(a,a,  "_0000.nc")' ) TRIM( cn_dir ), TRIM( sn_cnf%clname ) 
     225         WRITE(cl_rnfile, '(a,a,  ".nc")' ) TRIM( cn_dir ), TRIM( sn_cnf%clname ) 
    226226      END SELECT 
    227227 
Note: See TracChangeset for help on using the changeset viewer.