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 13388 for NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE/SBC/sbccpl.F90 – NEMO

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

Fix conflicts with penetrating solar branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE/SBC/sbccpl.F90

    r12849 r13388  
    119119   INTEGER, PARAMETER ::   jpr_grnm   = 58   ! Greenland ice mass  
    120120   INTEGER, PARAMETER ::   jpr_antm   = 59   ! Antarctic ice mass  
    121    INTEGER, PARAMETER ::   jpr_rnf_1d = 60            ! 1D river runoff  
    122  
    123    INTEGER, PARAMETER ::   jprcv      = 60   ! total number of fields received   
     121   INTEGER, PARAMETER ::   jpr_rnf_1d = 60   ! 1D river runoff  
     122   INTEGER, PARAMETER ::   jpr_qtr    = 61   ! Transmitted solar 
     123 
     124   INTEGER, PARAMETER ::   jprcv      = 61   ! total number of fields received 
    124125 
    125126   INTEGER, PARAMETER ::   jps_fice   =  1   ! ice fraction sent to the atmosphere 
Note: See TracChangeset for help on using the changeset viewer.