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 150 for trunk/NEMO – NEMO

Changeset 150 for trunk/NEMO


Ignore:
Timestamp:
2004-10-19T15:32:31+02:00 (20 years ago)
Author:
opalod
Message:

CL + CT: BUGFIX095: Add "USE flxrnf" module for runoff array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/flx_coupled_noice.h90

    r3 r150  
    3030      !!---------------------------------------------------------------------- 
    3131      !! * Modules used 
    32       USE ioipsl 
    33       USE cpl_oce  
     32      USE ioipsl                ! NetCDF IPSL library 
     33      USE cpl_oce               ! coupled ocean-atmosphere variables 
     34      USE flxrnf                ! ocean runoffs  
    3435 
    3536      !! * arguments 
     
    3839      !! * Local declarations 
    3940      INTEGER  ::   ji, jj, jf 
    40       INTEGER  ::   itm1, isize, iflag, icpliter 
     41      INTEGER  ::   itm1, isize, iflag 
     42!      INTEGER  ::   icpliter 
    4143      INTEGER  ::   info, inuread, index 
    4244 
     
    5355 
    5456      ! Addition for SIPC CASE 
    55       CHARACTER (len=3) ::   clmodinf       ! Header or not 
    56       CHARACTER (len=3) ::   cljobnam_r    ! Experiment name in the field brick, if any  
     57!      CHARACTER (len=3) ::   clmodinf       ! Header or not 
     58!      CHARACTER (len=3) ::   cljobnam_r    ! Experiment name in the field brick, if any  
    5759      INTEGER infos(3)          ! infos in the field brick, if any 
    5860      !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.