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 7351 for branches/2016/dev_INGV_UKMO_2016/NEMOGCM/TOOLS/SIREN/src/iom_mpp.f90 – NEMO

Ignore:
Timestamp:
2016-11-28T17:04:10+01:00 (7 years ago)
Author:
emanuelaclementi
Message:

ticket #1805 step 3: /2016/dev_INGV_UKMO_2016 aligned to the trunk at revision 7161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/TOOLS/SIREN/src/iom_mpp.f90

    r5617 r7351  
    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.