Changeset 2281 for trunk/LMDZ.MARS/libf/phymars/tabfi.F
- Timestamp:
- Apr 8, 2020, 6:35:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/tabfi.F
r1543 r2281 43 43 c 44 44 c======================================================================= 45 ! to use 'getin_p' 46 use ioipsl_getin_p_mod, only: getin_p 45 47 46 48 use comsoil_h, only: volcapa ! soil volumetric heat capacity … … 81 83 CHARACTER modif*20 82 84 LOGICAL :: found 85 CHARACTER(len=5) :: modname="tabfi" 83 86 84 87 write(*,*)"tabfi: nid=",nid," tab0=",tab0," Lmodif=",Lmodif … … 88 91 c----------------------------------------------------------------------- 89 92 IF (nid.eq.0) then 93 94 ! to avoid further issues with writing 95 tab_cntrl(:)=0 96 lmax=0 97 day_ini=0 98 time = 0 90 99 91 100 c Reference pressure … … 150 159 call get_var("controle",tab_cntrl,found) 151 160 if (.not.found) then 152 write(*,*)"tabfi: Failed reading <controle> array"153 call abort161 call abort_physic(modname, 162 & "tabfi: Failed reading <controle> array",1) 154 163 else 155 164 write(*,*)'tabfi: tab_cntrl',tab_cntrl
Note: See TracChangeset
for help on using the changeset viewer.