Changeset 2311 for LMDZ5/trunk/libf/phylmd/cosp
- Timestamp:
- Jun 25, 2015, 9:45:24 AM (10 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd/cosp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cosp/cosp_output_mod.F90
r2297 r2311 100 100 USE ioipsl 101 101 USE phys_cal_mod 102 USE print_control_mod, ONLY: lunout 102 103 103 104 #ifdef CPP_XIOS … … 123 124 !!! Variables d'entree 124 125 include "temps.h" 125 INCLUDE 'iniprint.h'126 126 127 127 #ifdef CPP_XIOS -
LMDZ5/trunk/libf/phylmd/cosp/cosp_output_write_mod.F90
r2297 r2311 22 22 USE ioipsl 23 23 USE control_mod 24 USE print_control_mod, ONLY: lunout,prt_level 24 25 25 26 #ifdef CPP_XIOS … … 45 46 46 47 include "temps.h" 47 include "iniprint.h"48 48 49 49 Nlevout = vgrid%Nlvgrid … … 268 268 use iophy 269 269 USE mod_phys_lmdz_para 270 USE print_control_mod, ONLY: lunout,prt_level 270 271 #ifdef CPP_XIOS 271 272 USE wxios … … 277 278 INCLUDE "temps.h" 278 279 INCLUDE "clesphys.h" 279 include "iniprint.h"280 280 281 281 INTEGER :: iff … … 332 332 use iophy 333 333 USE mod_phys_lmdz_para 334 USE print_control_mod, ONLY: lunout,prt_level 334 335 335 336 #ifdef CPP_XIOS … … 343 344 INCLUDE "temps.h" 344 345 INCLUDE "clesphys.h" 345 include "iniprint.h"346 346 347 347 INTEGER :: iff, klevs … … 428 428 USE ioipsl 429 429 use iophy 430 USE print_control_mod, ONLY: lunout,prt_level 430 431 431 432 #ifdef CPP_XIOS … … 435 436 IMPLICIT NONE 436 437 INCLUDE 'dimensions.h' 437 INCLUDE 'iniprint.h'438 438 INCLUDE 'clesphys.h' 439 439 … … 467 467 !Et sinon on.... écrit 468 468 IF (SIZE(field)/=klon) & 469 CALL abort_ gcm('iophy::histwrite2d_cosp','Field first DIMENSION not equal to klon',1)469 CALL abort_physic('iophy::histwrite2d_cosp','Field first DIMENSION not equal to klon',1) 470 470 471 471 CALL Gather_omp(field,buffer_omp) … … 517 517 USE ioipsl 518 518 use iophy 519 USE print_control_mod, ONLY: lunout,prt_level 519 520 520 521 #ifdef CPP_XIOS … … 525 526 IMPLICIT NONE 526 527 INCLUDE 'dimensions.h' 527 INCLUDE 'iniprint.h'528 528 INCLUDE 'clesphys.h' 529 529 … … 568 568 !Et sinon on.... écrit 569 569 IF (SIZE(field,1)/=klon) & 570 CALL abort_ gcm('iophy::histwrite3d','Field first DIMENSION not equal to klon',1)570 CALL abort_physic('iophy::histwrite3d','Field first DIMENSION not equal to klon',1) 571 571 nlev=SIZE(field,2) 572 572 … … 613 613 ! en utilisant les routines getin de IOIPSL 614 614 use ioipsl 615 USE print_control_mod, ONLY: lunout,prt_level 615 616 616 617 IMPLICIT NONE 617 include 'iniprint.h'618 618 619 619 CHARACTER(LEN=20) :: nam_var, nnam_var
Note: See TracChangeset
for help on using the changeset viewer.