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

Changeset 6257


Ignore:
Timestamp:
2016-01-15T11:22:21+01:00 (8 years ago)
Author:
frrh
Message:

cpl_prism_snd is now called cpl_snd. Correct name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/nemo_v3_6_STABLE_pkg/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r6256 r6257  
    22852285      ! so the following code MUST NOT be viewed as anything more than temporary. 
    22862286      IF ( ssnd(jps_bio_co2)%laction ) THEN 
    2287 !         CALL cpl_prism_snd( jps_bio_co2, isec, trc2d(:,:,98:98), info ) 
     2287!         CALL cpl_snd( jps_bio_co2, isec, trc2d(:,:,98:98), info ) 
    22882288! RSRH Send our test field in place of the real bio_co2 
    2289          CALL cpl_prism_snd( jps_bio_co2, isec, trc2d_TEST(:,:), info ) 
     2289         CALL cpl_snd( jps_bio_co2, isec, trc2d_TEST(:,:), info ) 
    22902290      END IF 
    22912291 
     
    22962296!RSRH Use our test field in place of the real bio_dms  
    22972297         ztmp1(:,: ) = trc2d_TEST(:,:) * dms_unit_conv 
    2298          CALL cpl_prism_snd( jps_bio_dms, isec, RESHAPE ( ztmp1, (/jpi,jpj,1/) ), info ) 
     2298         CALL cpl_snd( jps_bio_dms, isec, RESHAPE ( ztmp1, (/jpi,jpj,1/) ), info ) 
    22992299      ENDIF 
    23002300 
Note: See TracChangeset for help on using the changeset viewer.