Changeset 3374 for LMDZ6/trunk
- Timestamp:
- Jul 17, 2018, 10:47:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cosp/phys_cosp.F90
r3347 r3374 183 183 184 184 ! Clefs Outputs initialisation 185 #ifdef CPP_XIOS 185 186 call cosp_outputkeys_init(cfg) 187 #else 188 call read_cosp_output_nl(itap,cosp_output_nl,cfg) 189 #endif 186 190 !!! call cosp_outputkeys_test(cfg) 187 191 print*,' Cles des differents simulateurs cosp a itap :',itap … … 201 205 #ifdef CPP_XIOS 202 206 call read_xiosfieldactive(cfg) 203 #else204 call read_cosp_output_nl(itap,cosp_output_nl,cfg)205 207 #endif 206 208 first_write=.false.
Note: See TracChangeset
for help on using the changeset viewer.