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 4943 – NEMO

Changeset 4943


Ignore:
Timestamp:
2014-12-01T16:59:10+01:00 (9 years ago)
Author:
cetlod
Message:

dev_CNRS_CICE : fix to make NEMO compile with AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS_CICE/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90

    r4933 r4943  
    6161#endif 
    6262 
    63    INTEGER, PARAMETER ::   nmaxfld=40        ! Maximum number of coupling fields 
    64    INTEGER, PARAMETER ::   nmaxcat=5    ! Maximum number of coupling fields 
    65    INTEGER, PARAMETER ::   nmaxcpl=5    ! Maximum number of coupling fields 
     63   INTEGER, PUBLIC, PARAMETER ::   nmaxfld=40        ! Maximum number of coupling fields 
     64   INTEGER, PUBLIC, PARAMETER ::   nmaxcat=5    ! Maximum number of coupling fields 
     65   INTEGER, PUBLIC, PARAMETER ::   nmaxcpl=5    ! Maximum number of coupling fields 
    6666    
    6767   TYPE, PUBLIC ::   FLD_CPL               !: Type for coupling field information 
Note: See TracChangeset for help on using the changeset viewer.