Changeset 7657
- Timestamp:
- 2017-02-08T16:04:04+01:00 (8 years ago)
- Location:
- branches/UKMO/dev_r5518_pcbias_ipc/NEMOGCM/NEMO/OPA_SRC
- Files:
-
- 2 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 -
branches/UKMO/dev_r5518_pcbias_ipc/NEMOGCM/NEMO/OPA_SRC/DYN/dynhpg.F90
r7652 r7657 100 100 IF ( ln_bias .AND. ln_bias_pc_app ) THEN 101 101 IF(lwp) THEN 102 WRITE(numout,*) " ! store orig density, use pressure corrected density "102 WRITE(numout,*) " ! store orig density, use pressure corrected density using gru_pc and grv_pc" 103 103 ENDIF 104 104 z_rhd_st(:,:,:) = rhd(:,:,:) ! store orig density … … 111 111 ! 112 112 SELECT CASE ( nhpg ) ! Hydrostatic pressure gradient computation 113 IF(lwp) THEN 114 WRITE(numout,*) " computing pressure gradient with nhpg = ",nhpg 115 ENDIF 113 116 CASE ( 0 ) ; CALL hpg_zco ( kt ) ! z-coordinate 114 117 CASE ( 1 ) ; CALL hpg_zps ( kt ) ! z-coordinate plus partial steps (interpolation)
Note: See TracChangeset
for help on using the changeset viewer.