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 11923 for NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/OCE/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2019-11-18T09:38:39+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2323 all other SETTE/tests configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/OCE/IOM/iom.F90

    r11901 r11923  
    7171   PRIVATE set_grid, set_grid_bounds, set_scalar, set_xmlatt, set_mooring, iom_update_file_name, iom_sdate 
    7272   PRIVATE iom_set_rst_context, iom_set_rstw_active, iom_set_rstr_active 
     73   PRIVATE iom_add 
    7374# endif 
    7475   PRIVATE iom_define_restartw, iom_set_rstw_validate 
    7576   PUBLIC iom_set_rstw_var_active, iom_set_rstw_core, iom_set_rst_vars 
    76    PRIVATE iom_add 
    7777   INTEGER,           PRIVATE    :: numrst 
    7878   CHARACTER(len=12), PRIVATE    :: snr 
     
    569569   CHARACTER(len=2)  ::   zchar 
    570570   CHARACTER(len=25) ::   znam 
    571  
     571#if defined key_iomput 
    572572        i = 0 
    573573        i = iom_add(i); fields(i)%vname="rdt";            fields(i)%grid="grid_scalar" 
     
    798798        i = iom_add(i); fields(i)%vname="snwice_mass_b"; fields(i)%grid="grid_N" 
    799799#endif 
     800#endif 
    800801   END SUBROUTINE iom_set_rst_vars 
    801802 
Note: See TracChangeset for help on using the changeset viewer.