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 6134 for branches/2015/dev_merge_2015/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2015-12-18T16:01:55+01:00 (8 years ago)
Author:
lovato
Message:

Add changes proposed in ticket #1252 and #1645 (related to runoff data sharing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r6069 r6134  
    5252   USE trcrst 
    5353   USE diaptr         ! Need to initialise this as some variables are used in if statements later 
     54   USE sbc_oce, ONLY: ln_rnf 
     55   USE sbcrnf 
    5456 
    5557   IMPLICIT NONE 
     
    9496      !                            !-----------------------! 
    9597      istp = nit000 
     98      ! 
     99      ! Initialize arrays of runoffs structures and read data from the namelist 
     100      IF ( ln_rnf ) CALL sbc_rnf(istp) 
    96101      !  
    97102      CALL iom_init( cxios_context )            ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
Note: See TracChangeset for help on using the changeset viewer.