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 1947 for branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/opatam_tst_ini.F90 – NEMO

Ignore:
Timestamp:
2010-06-22T17:38:55+02:00 (14 years ago)
Author:
rblod
Message:

adjustement for TAM branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/opatam_tst_ini.F90

    r1885 r1947  
    349349      IF (lwp) THEN 
    350350         ! Diagnostic file for tangent test 
    351          WRITE(file_out,FMT="('tan_diag.output_',I4.4)") , narea-1 
     351!         WRITE(file_out,FMT="('tan_diag.output_',I4.4)") , narea-1 
    352352         CALL ctlopn( numtan, file_out, 'UNKNOWN', 'FORMATTED',   & 
    353353            &         'SEQUENTIAL', 1, numtan, .FALSE., 1 ) 
     
    363363      IF (lwp) THEN 
    364364         ! Diagnostic file for tangent test (scalar sampling) 
    365          WRITE(file_out,FMT="('tan_diag_sc.output_',I4.4)") , narea-1 
     365!         WRITE(file_out,FMT="('tan_diag_sc.output_',I4.4)") , narea-1 
    366366         CALL ctlopn( numtan_sc, file_out, 'UNKNOWN', 'FORMATTED',   & 
    367367            &         'SEQUENTIAL', 1, numtan_sc, .FALSE., 1 ) 
Note: See TracChangeset for help on using the changeset viewer.