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

Changeset 13779 for NEMO/branches


Ignore:
Timestamp:
2020-11-11T14:59:49+01:00 (3 years ago)
Author:
dancopsey
Message:

Avoiding conflicts with icesheet_and_river_coupling branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.3_GC_couple_pkg/src/OCE/SBC/sbccpl.F90

    r13771 r13779  
    11291129      INTEGER  ::   isec                   ! number of seconds since nit000 (assuming rdttra did not change since nit000) 
    11301130      INTEGER  ::   ikchoix 
     1131      REAL(wp), DIMENSION(jpi,jpj) ::   ztx2, zty2 
    11311132      REAL(wp) ::   zcumulneg, zcumulpos   ! temporary scalars      
    11321133      REAL(wp) ::   zcoef                  ! temporary scalar 
    11331134      REAL(wp) ::   zrhoa  = 1.22          ! Air density kg/m3 
    11341135      REAL(wp) ::   zcdrag = 1.5e-3        ! drag coefficient 
    1135       REAL(wp), DIMENSION(jpi,jpj) ::   ztx2, zty2 
    11361136      REAL(wp) ::   zzx, zzy               ! temporary variables 
    11371137      REAL(wp), DIMENSION(jpi,jpj) ::   ztx, zty, zmsk, zemp, zqns, zqsr, zcloud_fra 
Note: See TracChangeset for help on using the changeset viewer.