Changeset 3766 for LMDZ6/branches
- Timestamp:
- Jul 17, 2020, 6:24:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin/libf/phylmd/phyetat0.F90
r3744 r3766 523 523 ENDIF ! Slab 524 524 525 ! on ferme le fichier526 CALL close_startphy527 528 ! Initialize module pbl_surface_mod529 530 CALL pbl_surface_init(fder, snow, qsurf, tsoil)531 532 ! Initialize module ocean_cpl_mod for the case of coupled ocean533 IF ( type_ocean == 'couple' ) THEN534 CALL ocean_cpl_init(phys_tstep, longitude_deg, latitude_deg)535 ENDIF536 537 ! CALL init_iophy_new(latitude_deg, longitude_deg)538 539 ! Initilialize module fonte_neige_mod540 CALL fonte_neige_init(run_off_lic_0)541 542 525 if (activate_ocean_skin >= 1) then 543 526 if (activate_ocean_skin == 2 .and. type_ocean == 'couple') then … … 560 543 end if 561 544 545 ! on ferme le fichier 546 CALL close_startphy 547 548 ! Initialize module pbl_surface_mod 549 550 CALL pbl_surface_init(fder, snow, qsurf, tsoil) 551 552 ! Initialize module ocean_cpl_mod for the case of coupled ocean 553 IF ( type_ocean == 'couple' ) THEN 554 CALL ocean_cpl_init(phys_tstep, longitude_deg, latitude_deg) 555 ENDIF 556 557 ! CALL init_iophy_new(latitude_deg, longitude_deg) 558 559 ! Initilialize module fonte_neige_mod 560 CALL fonte_neige_init(run_off_lic_0) 561 562 562 END SUBROUTINE phyetat0 563 563
Note: See TracChangeset
for help on using the changeset viewer.