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

Changeset 14279


Ignore:
Timestamp:
2021-01-08T11:40:09+01:00 (3 years ago)
Author:
frrh
Message:

Add pattern to exchg field

File:
1 edited

Legend:

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

    r13443 r14279  
    26462646      IF ( ssnd(jps_dummy_t)%laction ) THEN 
    26472647         ! RSRH Just set up some arbitrary test pattern for now 
    2648          ztmp1(:,:) = 1.23456 
     2648         DO jj = 1, jpj 
     2649            DO ji = 1, jpi 
     2650               ztmp1(ji,jj) = kt + (glamt(ji,jj) * gphit(ji,jj)) 
     2651            ENDDO 
     2652         ENDDO 
    26492653      WRITE(numout,*) "RSRH call send for ocean dummy_t"; flush(numout) 
    26502654         CALL cpl_snd( jps_dummy_t, isec, RESHAPE ( ztmp1, (/jpi,jpj,1/) ), info ) 
Note: See TracChangeset for help on using the changeset viewer.