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 5836 for trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcrnf.F90 – NEMO

Ignore:
Timestamp:
2015-10-26T15:49:40+01:00 (8 years ago)
Author:
cetlod
Message:

merge the simplification branch onto the trunk, see ticket #1612

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcrnf.F90

    r5503 r5836  
    3131   PRIVATE 
    3232 
    33    PUBLIC   sbc_rnf       ! routine call in sbcmod module 
    34    PUBLIC   sbc_rnf_div   ! routine called in divcurl module 
    35    PUBLIC   sbc_rnf_alloc ! routine call in sbcmod module 
    36    PUBLIC   sbc_rnf_init  ! (PUBLIC for TAM) 
     33   PUBLIC   sbc_rnf       ! routine called in sbcmod module 
     34   PUBLIC   sbc_rnf_div   ! routine called in divhor module 
     35   PUBLIC   sbc_rnf_alloc ! routine called in sbcmod module 
     36   PUBLIC   sbc_rnf_init  ! routine called in sbcmod module 
     37    
    3738   !                                                     !!* namsbc_rnf namelist * 
    3839   CHARACTER(len=100)         ::   cn_dir          !: Root directory for location of rnf files 
Note: See TracChangeset for help on using the changeset viewer.