Changeset 6700
- Timestamp:
- 2016-06-13T17:21:13+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_MEDUSA_temporary/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90
r6698 r6700 773 773 END SELECT 774 774 #else 775 IF( TRIM( sn_snd_mpnd%cldes /= 'none' ) THEN775 IF( TRIM( sn_snd_mpnd%cldes ) /= 'none' ) THEN 776 776 CALL ctl_stop('Meltponds can only be used with CICEv5') 777 777 ENDIF … … 2251 2251 ENDIF 2252 2252 ! 2253 #if defined key_cice && ! defined key_cice4 2253 2254 ! Send meltpond fields 2254 2255 IF( ssnd(jps_a_p)%laction .OR. ssnd(jps_ht_p)%laction ) THEN … … 2293 2294 IF( ssnd(jps_kice)%laction ) CALL cpl_snd( jps_kice, isec, ztmp3, info ) 2294 2295 ENDIF 2296 #endif 2295 2297 ! 2296 2298 ! … … 2490 2492 IF( ssnd(jps_taum )%laction ) CALL cpl_snd( jps_taum , isec, RESHAPE ( taum, (/jpi,jpj,1/) ), info ) 2491 2493 2494 #if defined key_cice 2492 2495 ztmp1(:,:) = sstfrz(:,:) + rt0 2493 2496 IF( ssnd(jps_sstfrz)%laction ) CALL cpl_snd( jps_sstfrz, isec, RESHAPE ( ztmp1, (/jpi,jpj,1/) ), info ) 2497 #endif 2494 2498 ! 2495 2499 CALL wrk_dealloc( jpi,jpj, zfr_l, ztmp1, ztmp2, zotx1, zoty1, zotz1, zitx1, zity1, zitz1 )
Note: See TracChangeset
for help on using the changeset viewer.