Changeset 2056 for LMDZ5/branches/testing/libf/phylmd/oasis.F90
- Timestamp:
- Jun 11, 2014, 3:46:46 PM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1998,2000-2023,2025-2029,2032,2034,2036-2049,2051-2055
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/oasis.F90
r1999 r2056 96 96 USE surface_data, ONLY : version_ocean 97 97 USE carbon_cycle_mod, ONLY : carbon_cycle_cpl 98 #ifdef CPP_XIOS 99 USE wxios, ONLY : wxios_context_init 100 #endif 101 98 102 99 103 INCLUDE "dimensions.h" … … 128 132 ! Define the model name 129 133 ! 130 clmodnam = ' lmdz.x' ! as in $NBMODEL in Cpl/Nam/namcouple.tmp134 clmodnam = 'LMDZ' ! as in $NBMODEL in Cpl/Nam/namcouple.tmp 131 135 132 136 … … 298 302 ENDIF 299 303 304 #ifdef CPP_XIOS 305 CALL wxios_context_init() 306 #endif 307 300 308 !$OMP END MASTER 301 309
Note: See TracChangeset
for help on using the changeset viewer.