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

Changeset 8295


Ignore:
Timestamp:
2017-07-07T09:31:59+02:00 (7 years ago)
Author:
andmirek
Message:

fix restart variable definition: see change 8293

Location:
branches/UKMO/test_moci_test_suite/NEMOGCM/NEMO/OPA_SRC/IOM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/test_moci_test_suite/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r8283 r8295  
    367367        rst_fields(84)%vname="avmb";           rst_fields(84)%grid="Vgrid" 
    368368        rst_fields(85)%vname="avtb";           rst_fields(85)%grid="Vgrid" 
     369        rst_fields(86)%vname="ub2_i_b";        rst_fields(86)%grid="grid_N" 
     370        rst_fields(87)%vname="vb2_i_b";        rst_fields(87)%grid="grid_N" 
    369371 
    370372   END SUBROUTINE set_rst_vars 
  • branches/UKMO/test_moci_test_suite/NEMOGCM/NEMO/OPA_SRC/IOM/iom_def.F90

    r8269 r8295  
    8181   TYPE(file_descriptor), DIMENSION(jpmax_files), PUBLIC ::   iom_file !: array containing the info for all opened files 
    8282 
    83    INTEGER, PARAMETER, PUBLIC                   :: max_rst_fields = 8 
     83   INTEGER, PARAMETER, PUBLIC                   :: max_rst_fields = 9 
    8484 
    8585   TYPE, PUBLIC :: RST_FIELD   
Note: See TracChangeset for help on using the changeset viewer.