Changeset 3457 for LMDZ6/trunk/libf
- Timestamp:
- Jan 30, 2019, 2:54:30 PM (6 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/iophy.F90
r3435 r3457 49 49 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat, klon_glo, grid_type, unstructured 50 50 USE print_control_mod, ONLY: prt_level,lunout 51 USE surface_data, ONLY : type_ocean 51 52 #ifdef CPP_IOIPSL 52 53 USE ioipsl, ONLY: flio_dom_set … … 73 74 74 75 #ifdef CPP_XIOS 76 IF ( type_ocean /= 'couple' ) THEN 75 77 CALL wxios_context_init 78 ENDIF 76 79 #endif 77 80 -
LMDZ6/trunk/libf/phylmd/phyetat0.F90
r3449 r3457 524 524 ENDIF 525 525 526 !CALL init_iophy_new(latitude_deg, longitude_deg)526 CALL init_iophy_new(latitude_deg, longitude_deg) 527 527 528 528 ! Initilialize module fonte_neige_mod -
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r3450 r3457 1472 1472 IF (MOD(NINT(86400./phys_tstep),nbapp_wk).EQ.0) THEN 1473 1473 wkpas = NINT( 86400./phys_tstep)/nbapp_wk 1474 print *,'physiq, wkpas ',wkpas1474 ! print *,'physiq, wkpas ',wkpas 1475 1475 ELSE 1476 1476 WRITE(lunout,*) 'le nombre de pas de temps physique doit etre un ', & … … 1483 1483 ENDIF 1484 1484 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1485 CALL init_iophy_new(latitude_deg,longitude_deg)1485 ! CALL init_iophy_new(latitude_deg,longitude_deg) 1486 1486 1487 1487 !===================================================================
Note: See TracChangeset
for help on using the changeset viewer.