Changeset 3470 for LMDZ6/trunk/libf
- Timestamp:
- Mar 25, 2019, 11:32:33 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/create_etat0_limit_unstruct.F90
r3465 r3470 61 61 USE ioipsl, ONLY : getin 62 62 USE dimphy 63 USE xios 63 USE xios 64 USE print_control_mod, ONLY: lunout 64 65 IMPLICIT NONE 65 66 INTEGER :: iflag_phys 66 67 INTEGER :: ierr 67 68 IF (grid_type==unstructured) THEN 68 69 … … 79 80 CALL xios_context_finalize() 80 81 CALL xios_finalize() 82 #ifdef CPP_MPI 83 CALL MPI_Finalize(ierr) 84 #endif 85 WRITE(lunout,*) 'create_etat0_limit_unstruct, Initial state file are created, all is fine' 86 STOP 0 81 87 ENDIF 82 88 !$OMP BARRIER … … 91 97 CALL xios_context_finalize() 92 98 CALL xios_finalize() 99 #ifdef CPP_MPI 100 CALL MPI_Finalize(ierr) 101 #endif 93 102 ENDIF 94 103 !$OMP BARRIER 95 STOP 'create_etat0_limit_unstruct, Initial state file are created, all is fine' 104 WRITE(lunout,*) 'create_etat0_limit_unstruct, Initial state file are created, all is fine' 105 STOP 0 96 106 ENDIF 97 107 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.