Changeset 9583
- Timestamp:
- 2018-05-15T11:50:19+02:00 (7 years ago)
- Location:
- branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn.F90
r6486 r9583 150 150 CONTAINS 151 151 SUBROUTINE bdy_dyn( kt ) ! Empty routine 152 IMPLICIT NONE 153 INTEGER, INTENT( in ) :: kt ! Main time step counter 152 154 WRITE(*,*) 'bdy_dyn: You should not have seen this print! error?', kt 153 155 END SUBROUTINE bdy_dyn -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn3d.F90
r6486 r9583 309 309 CONTAINS 310 310 SUBROUTINE bdy_dyn3d( kt ) ! Empty routine 311 WRITE(*,*) 'bdy_dyn3d: You should not have seen this print! error?', kt 311 IMPLICIT NONE 312 INTEGER, INTENT( in ) :: kt ! Main time step counter 313 WRITE(*,*) 'bdy_dyn3d: You should not have seen this print! error?', kt 312 314 END SUBROUTINE bdy_dyn3d 313 315 314 316 SUBROUTINE bdy_dyn3d_dmp( kt ) ! Empty routine 315 WRITE(*,*) 'bdy_dyn3d_dmp: You should not have seen this print! error?', kt 317 IMPLICIT NONE 318 INTEGER, INTENT( in ) :: kt ! Main time step counter 319 WRITE(*,*) 'bdy_dyn3d_dmp: You should not have seen this print! error?', kt 316 320 END SUBROUTINE bdy_dyn3d_dmp 317 321 -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90
r6487 r9583 611 611 CONTAINS 612 612 SUBROUTINE bdytide_init ! Empty routine 613 IMPLICIT NONE 613 614 WRITE(*,*) 'bdytide_init: You should not have seen this print! error?' 614 615 END SUBROUTINE bdytide_init 615 616 SUBROUTINE bdytide_update( kt, jit ) ! Empty routine 617 IMPLICIT NONE 618 INTEGER, INTENT( in ) :: kt ! Main timestep counter 619 INTEGER,INTENT(in),OPTIONAL :: jit ! Barotropic timestep counter (for timesplitting option) 616 620 WRITE(*,*) 'bdytide_update: You should not have seen this print! error?', kt, jit 617 621 END SUBROUTINE bdytide_update 618 622 SUBROUTINE bdy_dta_tides( kt, kit, time_offset ) ! Empty routine 623 IMPLICIT NONE 619 624 INTEGER, INTENT( in ) :: kt ! Dummy argument empty routine 620 625 INTEGER, INTENT( in ),OPTIONAL :: kit ! Dummy argument empty routine 621 626 INTEGER, INTENT( in ),OPTIONAL :: time_offset ! Dummy argument empty routine 622 WRITE(*,*) 'bdy_dta_tides: You should not have seen this print! error?', kt, jit627 WRITE(*,*) 'bdy_dta_tides: You should not have seen this print! error?', kt, kit 623 628 END SUBROUTINE bdy_dta_tides 624 629 #endif -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/BDY/bdytra.F90
r6486 r9583 319 319 CONTAINS 320 320 SUBROUTINE bdy_tra(kt) ! Empty routine 321 IMPLICIT NONE 322 INTEGER, INTENT( in ) :: kt ! Main time step counter 321 323 WRITE(*,*) 'bdy_tra: You should not have seen this print! error?', kt 322 324 END SUBROUTINE bdy_tra 323 325 324 326 SUBROUTINE bdy_tra_dmp(kt) ! Empty routine 327 IMPLICIT NONE 328 INTEGER, INTENT( in ) :: kt ! Main time step counter 325 329 WRITE(*,*) 'bdy_tra_dmp: You should not have seen this print! error?', kt 326 330 END SUBROUTINE bdy_tra_dmp -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/BDY/bdyvol.F90
r6487 r9583 178 178 CONTAINS 179 179 SUBROUTINE bdy_vol( kt ) ! Empty routine 180 IMPLICIT NONE 181 INTEGER, INTENT( in ) :: kt ! ocean time-step index 180 182 WRITE(*,*) 'bdy_vol: You should not have seen this print! error?', kt 181 183 END SUBROUTINE bdy_vol -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/C1D/dyncor_c1d.F90
r6486 r9583 116 116 CONTAINS 117 117 SUBROUTINE cor_c1d ! Empty routine 118 IMPLICIT NONE 118 119 END SUBROUTINE cor_c1d 120 119 121 SUBROUTINE dyn_cor_c1d ( kt ) ! Empty routine 122 IMPLICIT NONE 123 INTEGER, INTENT( in ) :: kt ! ocean time-step index 120 124 WRITE(*,*) 'dyn_cor_c1d: You should not have seen this print! error?', kt 121 125 END SUBROUTINE dyn_cor_c1d -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/C1D/step_c1d.F90
r6486 r9583 165 165 !!---------------------------------------------------------------------- 166 166 CONTAINS 167 SUBROUTINE stp_c1d ( kt ) ! dummy routine 168 WRITE(*,*) 'stp_c1d: You should not have seen this print! error?', kt 167 SUBROUTINE stp_c1d ( kstp ) ! dummy routine 168 IMPLICIT NONE 169 INTEGER, INTENT(in) :: kstp ! ocean time-step index 170 WRITE(*,*) 'stp_c1d: You should not have seen this print! error?', kstp 169 171 END SUBROUTINE stp_c1d 170 172 #endif -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/DIA/diadct.F90
r6486 r9583 1302 1302 1303 1303 SUBROUTINE dia_dct_init ! Dummy routine 1304 WRITE(*,*) 'dia_dct_init: You should not have seen this print! error?', kt 1304 IMPLICIT NONE 1305 WRITE(*,*) 'dia_dct_init: You should not have seen this print! error?' 1305 1306 END SUBROUTINE dia_dct_init 1306 1307 1307 1308 SUBROUTINE dia_dct( kt ) ! Dummy routine 1309 IMPLICIT NONE 1308 1310 INTEGER, INTENT( in ) :: kt ! ocean time-step index 1309 1311 WRITE(*,*) 'dia_dct: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/DIA/diahth.F90
r6486 r9583 343 343 CONTAINS 344 344 SUBROUTINE dia_hth( kt ) ! Empty routine 345 WRITE(*,*) 'dia_hth: You should not have seen this print! error?', kt 345 IMPLICIT NONE 346 INTEGER, INTENT( in ) :: kt ! ocean time-step index 347 WRITE(*,*) 'dia_hth: You should not have seen this print! error?', kt 346 348 END SUBROUTINE dia_hth 347 349 #endif -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_exp.F90
r6486 r9583 107 107 CONTAINS 108 108 SUBROUTINE dyn_spg_exp( kt ) ! Empty routine 109 IMPLICIT NONE 110 INTEGER, INTENT(in) :: kt ! ocean time-step index 109 111 WRITE(*,*) 'dyn_spg_exp: You should not have seen this print! error?', kt 110 112 END SUBROUTINE dyn_spg_exp -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/FLO/floats.F90
r6486 r9583 146 146 CONTAINS 147 147 SUBROUTINE flo_stp( kt ) ! Empty routine 148 IMPLICIT NONE 149 INTEGER, INTENT( in ) :: kt ! ocean time step 148 150 WRITE(*,*) 'flo_stp: You should not have seen this print! error?', kt 149 151 END SUBROUTINE flo_stp -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_smag.F90
r6486 r9583 294 294 CONTAINS 295 295 SUBROUTINE ldf_dyn_smag( kt ) ! Empty routine 296 IMPLICIT NONE 297 INTEGER :: kt ! timestep 296 298 WRITE(*,*) 'ldf_dyn_smag: You should not have seen this print! error? check keys ldf:c3d+smag', kt 297 299 END SUBROUTINE ldf_dyn_smag -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra_smag.F90
r6486 r9583 204 204 CONTAINS 205 205 SUBROUTINE ldf_tra_smag( kt ) ! Empty routine 206 WRITE(*,*) 'ldf_dyn_smag: You should not have seen this print! error? check keys ldf:c3d+smag', kt 206 IMPLICIT NONE 207 INTEGER, INTENT( in ) :: kt ! ocean time-step inedx 208 WRITE(*,*) 'ldf_dyn_smag: You should not have seen this print! error? check keys ldf:c3d+smag', kt 207 209 END SUBROUTINE ldf_tra_smag 208 210 #endif -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90
r6498 r9583 648 648 CONTAINS 649 649 SUBROUTINE sbc_ice_lim ( kt, kblk ) ! Dummy routine 650 IMPLICIT NONE 651 INTEGER, INTENT(in) :: kt ! ocean time step 652 INTEGER, INTENT(in) :: kblk ! type of bulk (=3 CLIO, =4 CORE, =5 COUPLED) 650 653 WRITE(*,*) 'sbc_ice_lim: You should not have seen this print! error?', kt, kblk 651 654 END SUBROUTINE sbc_ice_lim 652 655 SUBROUTINE sbc_lim_init ! Dummy routine 656 IMPLICIT NONE 653 657 END SUBROUTINE sbc_lim_init 654 658 #endif -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfgls.F90
r9321 r9583 1231 1231 CONTAINS 1232 1232 SUBROUTINE zdf_gls_init ! Empty routine 1233 IMPLICIT NONE 1233 1234 WRITE(*,*) 'zdf_gls_init: You should not have seen this print! error?' 1234 1235 END SUBROUTINE zdf_gls_init 1236 1235 1237 SUBROUTINE zdf_gls( kt ) ! Empty routine 1238 IMPLICIT NONE 1239 INTEGER, INTENT(in) :: kt ! ocean time step 1236 1240 WRITE(*,*) 'zdf_gls: You should not have seen this print! error?', kt 1237 1241 END SUBROUTINE zdf_gls 1242 1238 1243 SUBROUTINE gls_rst( kt, cdrw ) ! Empty routine 1244 IMPLICIT NONE 1239 1245 INTEGER , INTENT(in) :: kt ! ocean time-step 1240 1246 CHARACTER(len=*), INTENT(in) :: cdrw ! "READ"/"WRITE" flag -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90
r6486 r9583 1576 1576 CONTAINS 1577 1577 SUBROUTINE zdf_kpp_init ! Dummy routine 1578 IMPLICIT NONE 1578 1579 WRITE(*,*) 'zdf_kpp_init: You should not have seen this print! error?' 1579 1580 END SUBROUTINE zdf_kpp_init 1580 1581 SUBROUTINE zdf_kpp( kt ) ! Dummy routine 1582 IMPLICIT NONE 1583 INTEGER, INTENT( in ) :: kt ! ocean time step 1581 1584 WRITE(*,*) 'zdf_kpp: You should not have seen this print! error?', kt 1582 1585 END SUBROUTINE zdf_kpp 1583 1586 SUBROUTINE tra_kpp( kt ) ! Dummy routine 1587 IMPLICIT NONE 1588 INTEGER, INTENT( in ) :: kt ! ocean time step 1584 1589 WRITE(*,*) 'tra_kpp: You should not have seen this print! error?', kt 1585 1590 END SUBROUTINE tra_kpp 1586 1591 SUBROUTINE trc_kpp( kt ) ! Dummy routine 1592 IMPLICIT NONE 1593 INTEGER, INTENT( in ) :: kt ! ocean time step 1587 1594 WRITE(*,*) 'trc_kpp: You should not have seen this print! error?', kt 1588 1595 END SUBROUTINE trc_kpp -
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfric.F90
r6486 r9583 307 307 CONTAINS 308 308 SUBROUTINE zdf_ric_init ! Dummy routine 309 IMPLICIT NONE 309 310 END SUBROUTINE zdf_ric_init 310 311 SUBROUTINE zdf_ric( kt ) ! Dummy routine 312 IMPLICIT NONE 313 INTEGER, INTENT( in ) :: kt ! ocean time-step 311 314 WRITE(*,*) 'zdf_ric: You should not have seen this print! error?', kt 312 315 END SUBROUTINE zdf_ric
Note: See TracChangeset
for help on using the changeset viewer.