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 13389 for NEMO/branches – NEMO

Changeset 13389 for NEMO/branches


Ignore:
Timestamp:
2020-08-06T17:07:09+02:00 (4 years ago)
Author:
dancopsey
Message:

Fix compile errors.

Location:
NEMO/branches/UKMO/NEMO_4.0.1_penetrating_solar/src/OCE/SBC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_penetrating_solar/src/OCE/SBC/cpl_oasis3.F90

    r11715 r13389  
    6666   INTEGER                    ::   nsnd         ! total number of fields sent  
    6767   INTEGER                    ::   ncplmodel    ! Maximum number of models to/from which NEMO is potentialy sending/receiving data 
    68    INTEGER, PUBLIC, PARAMETER ::   nmaxfld=60   ! Maximum number of coupling fields 
     68   INTEGER, PUBLIC, PARAMETER ::   nmaxfld=61   ! Maximum number of coupling fields 
    6969   INTEGER, PUBLIC, PARAMETER ::   nmaxcat=5    ! Maximum number of coupling fields 
    7070   INTEGER, PUBLIC, PARAMETER ::   nmaxcpl=5    ! Maximum number of coupling fields 
  • NEMO/branches/UKMO/NEMO_4.0.1_penetrating_solar/src/OCE/SBC/sbccpl.F90

    r13376 r13389  
    576576      !                                                      !    transmitted solar      !    
    577577      !                                                      ! ------------------------- ! 
    578       srcv(jpr_topm )%clname = 'OQtr' 
     578      srcv(jpr_qtr )%clname = 'OQtr' 
    579579      IF( TRIM(sn_rcv_qtr%cldes) == 'coupled' ) THEN 
    580580         IF ( TRIM( sn_rcv_qtr%clcat ) == 'yes' ) THEN 
Note: See TracChangeset for help on using the changeset viewer.