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

Ignore:
Timestamp:
2008-05-09T13:26:34+02:00 (16 years ago)
Author:
rblod
Message:

Correct incompatibilities with Agrif (easier part), see ticket #133

File:
1 edited

Legend:

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

    r912 r920  
    3434   TYPE(FLD_N)       , PUBLIC ::   sn_rnf               !: information about the runoff file to be read 
    3535   TYPE(FLD_N)       , PUBLIC ::   sn_cnf               !: information about the runoff mouth file to be read 
    36    NAMELIST/namsbc_rnf/ cn_dir, nn_runoff, rn_hrnf, rn_avt_rnf, sn_rnf, sn_cnf 
    3736 
    3837   INTEGER , PUBLIC                     ::   nkrnf = 0   !: number of levels over which Kz is increased at river mouths 
     
    6766      INTEGER  ::   ierror   ! temporary integer 
    6867      !!---------------------------------------------------------------------- 
     68      NAMELIST/namsbc_rnf/ cn_dir, nn_runoff, rn_hrnf, rn_avt_rnf, sn_rnf, sn_cnf 
    6969      !                                                   !------------------! 
    7070      IF( kt == nit000 ) THEN                             !  Initialisation  ! 
Note: See TracChangeset for help on using the changeset viewer.