Changeset 1524 for trunk/LMDZ.MARS/libf/phymars/tabfi.F
- Timestamp:
- Mar 29, 2016, 11:45:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/tabfi.F
r1266 r1524 50 50 use iostart, only: get_var 51 51 use mod_phys_lmdz_para, only: is_parallel 52 use comcstfi_h 53 use planete_h 52 use comcstfi_h, only: g, mugaz, omeg, rad, rcp 53 use time_phylmdz_mod, only: daysec, dtphys 54 use planete_h, only: aphelie, emin_turb, lmixmin, obliquit, 55 & peri_day, periheli, year_day 54 56 implicit none 55 57 … … 541 543 write(*,*) 542 544 543 ENDIF !of if (Lmodif == 1)545 ENDIF ! of if (Lmodif == 1) 544 546 545 547 c-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.