Changeset 3552 for trunk/LMDZ.GENERIC/libf/phystd/tabfi_mod.F90
- Timestamp:
- Dec 13, 2024, 5:17:13 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/tabfi_mod.F90
r3515 r3552 157 157 ! 158 158 159 call get_var( "controle",tab_cntrl,found)159 call get_var(nid,"controle",tab_cntrl,found) 160 160 if (.not.found) then 161 161 call abort_physic(modname,"Failed reading <controle> array",1)
Note: See TracChangeset
for help on using the changeset viewer.