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 6393 for trunk/NEMOGCM/TOOLS/SIREN/src/iom_mpp.f90 – NEMO

Ignore:
Timestamp:
2016-03-17T10:16:03+01:00 (8 years ago)
Author:
jpaul
Message:

commit changes/bugfix/... for SIREN; see ticket #1700

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/TOOLS/SIREN/src/iom_mpp.f90

    r5617 r6393  
    415415            ELSE 
    416416 
    417                CALL logger_error( & 
     417               CALL logger_fatal( & 
    418418               &  " IOM MPP READ VAR: there is no variable with "//& 
    419419               &  "name or standard name "//TRIM(cd_name)//& 
     
    648648         DO ji=1, td_mpp%i_nproc 
    649649            IF( td_mpp%t_proc(ji)%i_id /= 0 )THEN 
    650                !CALL file_del_att(td_mpp%t_proc(ji), 'periodicity') 
    651                !CALL file_del_att(td_mpp%t_proc(ji), 'ew_overlap') 
    652  
    653650               CALL iom_write_file(td_mpp%t_proc(ji), cd_dimorder) 
    654651            ELSE 
Note: See TracChangeset for help on using the changeset viewer.