Changeset 9578
- Timestamp:
- 2018-05-14T15:49:14+02:00 (6 years ago)
- Location:
- branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn.F90
r9563 r9578 150 150 CONTAINS 151 151 SUBROUTINE bdy_dyn( kt ) ! Empty routine 152 IMPLICIT NONE 152 153 INTEGER, INTENT( in ) :: kt ! Main time step counter 153 154 WRITE(*,*) 'bdy_dyn: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn3d.F90
r9563 r9578 309 309 CONTAINS 310 310 SUBROUTINE bdy_dyn3d( kt ) ! Empty routine 311 IMPLICIT NONE 311 312 INTEGER, INTENT( in ) :: kt ! Main time step counter 312 313 WRITE(*,*) 'bdy_dyn3d: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/BDY/bdytides.F90
r9563 r9578 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 616 618 INTEGER, INTENT( in ) :: kt ! Main timestep counter 617 619 INTEGER,INTENT(in),OPTIONAL :: jit ! Barotropic timestep counter (for timesplitting option) … … 619 621 END SUBROUTINE bdytide_update 620 622 SUBROUTINE bdy_dta_tides( kt, kit, time_offset ) ! Empty routine 623 IMPLICIT NONE 621 624 INTEGER, INTENT( in ) :: kt ! Dummy argument empty routine 622 625 INTEGER, INTENT( in ),OPTIONAL :: kit ! Dummy argument empty routine -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/BDY/bdytra.F90
r9563 r9578 319 319 CONTAINS 320 320 SUBROUTINE bdy_tra(kt) ! Empty routine 321 IMPLICIT NONE 321 322 INTEGER, INTENT( in ) :: kt ! Main time step counter 322 323 WRITE(*,*) 'bdy_tra: You should not have seen this print! error?', kt … … 324 325 325 326 SUBROUTINE bdy_tra_dmp(kt) ! Empty routine 327 IMPLICIT NONE 326 328 INTEGER, INTENT( in ) :: kt ! Main time step counter 327 329 WRITE(*,*) 'bdy_tra_dmp: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/BDY/bdyvol.F90
r9563 r9578 178 178 CONTAINS 179 179 SUBROUTINE bdy_vol( kt ) ! Empty routine 180 IMPLICIT NONE 180 181 INTEGER, INTENT( in ) :: kt ! ocean time-step index 181 182 WRITE(*,*) 'bdy_vol: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/C1D/dyncor_c1d.F90
r9563 r9578 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 120 123 INTEGER, INTENT( in ) :: kt ! ocean time-step index 121 124 WRITE(*,*) 'dyn_cor_c1d: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/C1D/step_c1d.F90
r9563 r9578 166 166 CONTAINS 167 167 SUBROUTINE stp_c1d ( kstp ) ! dummy routine 168 IMPLICIT NONE 168 169 INTEGER, INTENT(in) :: kstp ! ocean time-step index 169 170 WRITE(*,*) 'stp_c1d: You should not have seen this print! error?', kstp -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/DIA/diadct.F90
r9563 r9578 1302 1302 1303 1303 SUBROUTINE dia_dct_init ! Dummy routine 1304 IMPLICIT NONE 1304 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_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/DIA/diahth.F90
r9563 r9578 343 343 CONTAINS 344 344 SUBROUTINE dia_hth( kt ) ! Empty routine 345 IMPLICIT NONE 345 346 INTEGER, INTENT( in ) :: kt ! ocean time-step index 346 347 WRITE(*,*) 'dia_hth: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_exp.F90
r9563 r9578 107 107 CONTAINS 108 108 SUBROUTINE dyn_spg_exp( kt ) ! Empty routine 109 IMPLICIT NONE 109 110 INTEGER, INTENT(in) :: kt ! ocean time-step index 110 111 WRITE(*,*) 'dyn_spg_exp: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/FLO/floats.F90
r9563 r9578 146 146 CONTAINS 147 147 SUBROUTINE flo_stp( kt ) ! Empty routine 148 IMPLICIT NONE 148 149 INTEGER, INTENT( in ) :: kt ! ocean time step 149 150 WRITE(*,*) 'flo_stp: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_smag.F90
r9563 r9578 294 294 CONTAINS 295 295 SUBROUTINE ldf_dyn_smag( kt ) ! Empty routine 296 IMPLICIT NONE 296 297 INTEGER :: kt ! timestep 297 298 WRITE(*,*) 'ldf_dyn_smag: You should not have seen this print! error? check keys ldf:c3d+smag', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra_smag.F90
r9563 r9578 204 204 CONTAINS 205 205 SUBROUTINE ldf_tra_smag( kt ) ! Empty routine 206 IMPLICIT NONE 206 207 INTEGER, INTENT( in ) :: kt ! ocean time-step inedx 207 208 WRITE(*,*) 'ldf_dyn_smag: You should not have seen this print! error? check keys ldf:c3d+smag', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90
r9563 r9578 648 648 CONTAINS 649 649 SUBROUTINE sbc_ice_lim ( kt, kblk ) ! Dummy routine 650 IMPLICIT NONE 650 651 INTEGER, INTENT(in) :: kt ! ocean time step 651 652 INTEGER, INTENT(in) :: kblk ! type of bulk (=3 CLIO, =4 CORE, =5 COUPLED) … … 653 654 END SUBROUTINE sbc_ice_lim 654 655 SUBROUTINE sbc_lim_init ! Dummy routine 656 IMPLICIT NONE 655 657 END SUBROUTINE sbc_lim_init 656 658 #endif -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfgls.F90
r9563 r9578 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 1236 1239 INTEGER, INTENT(in) :: kt ! ocean time step 1237 1240 WRITE(*,*) 'zdf_gls: You should not have seen this print! error?', kt 1238 1241 END SUBROUTINE zdf_gls 1242 1239 1243 SUBROUTINE gls_rst( kt, cdrw ) ! Empty routine 1244 IMPLICIT NONE 1240 1245 INTEGER , INTENT(in) :: kt ! ocean time-step 1241 1246 CHARACTER(len=*), INTENT(in) :: cdrw ! "READ"/"WRITE" flag -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90
r9563 r9578 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 1581 1583 INTEGER, INTENT( in ) :: kt ! ocean time step 1582 1584 WRITE(*,*) 'zdf_kpp: You should not have seen this print! error?', kt 1583 1585 END SUBROUTINE zdf_kpp 1584 1586 SUBROUTINE tra_kpp( kt ) ! Dummy routine 1587 IMPLICIT NONE 1585 1588 INTEGER, INTENT( in ) :: kt ! ocean time step 1586 1589 WRITE(*,*) 'tra_kpp: You should not have seen this print! error?', kt 1587 1590 END SUBROUTINE tra_kpp 1588 1591 SUBROUTINE trc_kpp( kt ) ! Dummy routine 1592 IMPLICIT NONE 1589 1593 INTEGER, INTENT( in ) :: kt ! ocean time step 1590 1594 WRITE(*,*) 'trc_kpp: You should not have seen this print! error?', kt -
branches/UKMO/dev_r5518_GO6_package_rigorous_compile_fix/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfric.F90
r9563 r9578 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 311 313 INTEGER, INTENT( in ) :: kt ! ocean time-step 312 314 WRITE(*,*) 'zdf_ric: You should not have seen this print! error?', kt
Note: See TracChangeset
for help on using the changeset viewer.