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 15378 for NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2021-10-15T10:29:06+02:00 (3 years ago)
Author:
hadjt
Message:

Updated Region mean and noos cross-sections, but may be slower.
Region mean:
no dummy IOM_put
verbose namelist switch
Region mean and noos consistent heat and salt calc.

NOOS:
instanteous transport arrays added, transport_3d_inst
logical switch in tranport subroutine to update transport_3d, or use transport_3d_inst
New simplified routine to pass instantaneous tranpost to xios via new subroutine

dia_dct_wri_NOOS_iom

Namelist integer to output iom via new routine, old routine, or neither
Verbose name list switch
...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/IOM/in_out_manager.F90

    r15333 r15378  
    156156   INTEGER ::   numflo          =   -1      !: logical unit for floats ascii output 
    157157   !JT  
    158    INTEGER ::   numdct_reg_bin     =   -1      !: logical unit for NOOS    transports output 
    159    INTEGER ::   numdct_reg_txt   =   -1      !: logical unit for NOOS hourly transports output 
     158   INTEGER ::   numdct_reg_bin  =   -1      !: logical unit for regional mean binary output 
     159   INTEGER ::   numdct_reg_txt  =   -1      !: logical unit for regional mean ascii output 
     160   INTEGER ::   numdct_NOOS     =   -1      !: logical unit for NOOS    transports output 
     161   INTEGER ::   numdct_NOOS_h   =   -1      !: logical unit for NOOS hourly transports output 
    160162   !JT 
    161163 
Note: See TracChangeset for help on using the changeset viewer.