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 10322 for NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM – NEMO

Ignore:
Timestamp:
2018-11-16T16:06:47+01:00 (5 years ago)
Author:
davestorkey
Message:

UKMO/dev_r9950_GO8_package: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

Location:
NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM/in_out_manager.F90

    r9953 r10322  
    161161   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    162162   !! $Id$ 
    163    !! Software governed by the CeCILL licence     (./LICENSE) 
     163   !! Software governed by the CeCILL license (see ./LICENSE) 
    164164   !!===================================================================== 
    165165END MODULE in_out_manager 
  • NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM/iom.F90

    r10320 r10322  
    4343   USE ioipsl, ONLY :  ju2ymds    ! for calendar 
    4444   USE crs             ! Grid coarsening 
     45#if defined key_top 
     46   USE trc, ONLY    :  profsed 
     47#endif 
    4548   USE lib_fortran  
    4649   USE diurnal_bulk, ONLY : ln_diurnal_only, ln_diurnal 
     
    8790   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8891   !! $Id$ 
    89    !! Software governed by the CeCILL licence (./LICENSE) 
     92   !! Software governed by the CeCILL license (see ./LICENSE) 
    9093   !!---------------------------------------------------------------------- 
    9194CONTAINS 
     
    193196      ! vertical grid definition 
    194197      IF(.NOT.llrst_context) THEN 
    195           CALL iom_set_axis_attr( "deptht", paxis = gdept_1d ) 
    196           CALL iom_set_axis_attr( "depthu", paxis = gdept_1d ) 
    197           CALL iom_set_axis_attr( "depthv", paxis = gdept_1d ) 
    198           CALL iom_set_axis_attr( "depthw", paxis = gdepw_1d ) 
     198          CALL iom_set_axis_attr( "deptht",  paxis = gdept_1d ) 
     199          CALL iom_set_axis_attr( "depthu",  paxis = gdept_1d ) 
     200          CALL iom_set_axis_attr( "depthv",  paxis = gdept_1d ) 
     201          CALL iom_set_axis_attr( "depthw",  paxis = gdepw_1d ) 
    199202 
    200203          ! Add vertical grid bounds 
     
    219222          CALL iom_set_axis_attr( "nstrait", (/ (REAL(ji,wp), ji=1,4) /) ) 
    220223# endif 
     224#if defined key_top 
     225          CALL iom_set_axis_attr( "profsed", paxis = profsed ) 
     226#endif 
    221227          CALL iom_set_axis_attr( "icbcla", class_num ) 
    222228          CALL iom_set_axis_attr( "iax_20C", (/ REAL(20,wp) /) ) 
  • NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM/iom_def.F90

    r9950 r10322  
    8585   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8686   !! $Id$ 
    87    !! Software governed by the CeCILL licence (./LICENSE) 
     87   !! Software governed by the CeCILL license (see ./LICENSE) 
    8888   !!====================================================================== 
    8989END MODULE iom_def 
  • NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM/iom_nf90.F90

    r9950 r10322  
    4848   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence (./LICENSE) 
     50   !! Software governed by the CeCILL license (see ./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM/prtctl.F90

    r9950 r10322  
    3737   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3838   !! $Id$ 
    39    !! Software governed by the CeCILL licence     (./LICENSE) 
     39   !! Software governed by the CeCILL license (see ./LICENSE) 
    4040   !!---------------------------------------------------------------------- 
    4141CONTAINS 
  • NEMO/branches/UKMO/dev_r9950_GO8_package/src/OCE/IOM/restart.F90

    r9953 r10322  
    4343   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4444   !! $Id$ 
    45    !! Software governed by the CeCILL licence     (./LICENSE) 
     45   !! Software governed by the CeCILL license (see ./LICENSE) 
    4646   !!---------------------------------------------------------------------- 
    4747CONTAINS 
Note: See TracChangeset for help on using the changeset viewer.