- Timestamp:
- 2017-02-08T16:04:04+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_pcbias_ipc/NEMOGCM/NEMO/OPA_SRC/ASM/bias.F90
r7656 r7657 395 395 tbias_i(:,:,:) = 0.0_wp 396 396 sbias_i(:,:,:) = 0.0_wp 397 IF(lwp) WRITE(numout,*) 'gru_pc and grv_pc are set to zero ' 397 398 gru_pc(:,:) = 0.0_wp 398 399 grv_pc(:,:) = 0.0_wp … … 548 549 549 550 IF ( ln_incpc) THEN 550 ! not sure if this should be a special case of nn_lat_ramp == 2551 ! not sure if this should be a special case of nn_lat_ramp == 1 551 552 minlat_bias = 3.0_wp 552 553 maxlat_bias = 8.0_wp … … 814 815 ENDDO 815 816 ENDIF 816 817 818 819 817 820 818 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.