Changeset 8437
- Timestamp:
- 2017-08-14T16:33:48+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_new_runoff_coupling/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90
r8433 r8437 201 201 202 202 CALL oasis_def_partition ( id_part, paral, nerror ) 203 203 ! 204 204 ! Another partition is needed for river runoff 205 205 … … 210 210 paral(5) = 0 211 211 212 CALL oasis_def_partition ( id_part_r, paral, nerror ) 213 214 ! 212 CALL oasis_def_partition ( id_part_r, paral, nerror, 10 ) 213 215 214 ! ... Announce send variables. 216 215 ! … … 448 447 ! Get the river runoff sent by the atmosphere 449 448 CALL oasis_get ( runoff_id, kstep, runoff, kinfo ) 450 WRITE(numout,*)' River runoff = ', runoff 451 WRITE(numout,*)' kinfo = ', kinfo 449 IF ( narea == 1 ) THEN 450 WRITE(numout,*)' kstep = ', kstep 451 WRITE(numout,*)' River runoff = ', runoff 452 WRITE(numout,*)' kinfo = ', kinfo 453 WRITE(numout,*)'-------' 454 ENDIF 452 455 453 456
Note: See TracChangeset
for help on using the changeset viewer.