Changeset 13074
- Timestamp:
- 2020-06-09T14:48:52+02:00 (5 years ago)
- Location:
- branches/UKMO/dev_r5518_GO6_package_FOAMv14_ssh_dt/NEMOGCM/NEMO/OPA_SRC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_FOAMv14_ssh_dt/NEMOGCM/NEMO/OPA_SRC/ASM/bias.F90
r8447 r13074 283 283 WRITE(numout,*) ' bias T and S apply ln_bias_ts_app = ',ln_bias_ts_app 284 284 WRITE(numout,*) ' bias pressure correctn apply ln_bias_pc_app = ',ln_bias_pc_app 285 WRITE(numout,*) ' bias pressure correctn apply ln_bias_pc_app = ',ln_bias_pc_app286 285 WRITE(numout,*) ' lat ramp for bias correction nn_lat_ramp = ',nn_lat_ramp 287 286 WRITE(numout,*) ' time step for writing bias fld nn_bias_itwrt = ',nn_bias_itwrt -
branches/UKMO/dev_r5518_GO6_package_FOAMv14_ssh_dt/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90
r13020 r13074 241 241 242 242 CALL iom_put( "woce", wn ) ! vertical velocity 243 243 244 IF( iom_use('w_masstr') .OR. iom_use('w_masstr2') ) THEN ! vertical mass transport & its square value 244 245 ! Caution: in the VVL case, it only correponds to the baroclinic mass transport.
Note: See TracChangeset
for help on using the changeset viewer.