Opened 5 years ago
Closed 3 years ago
#40 closed defect (fixed)
why is file used_callphys.def empty?
Reported by: | emillour | Owned by: | emillour |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | MARS GCM | Version: | |
Keywords: | Cc: |
Description
When the gcm runs, it dumps used_*def files containing values of the parameters that were used (both defaults or imposed in the def files).
This works fine for run.def, an adequate used_run.def file is generated, but the used_callphys.def output file is simply empty...
Change History (2)
comment:1 Changed 5 years ago by
comment:2 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Indeed, moving on to using getin_p() solves the problem.
Note: See
TracTickets for help on using
tickets.
Interestingly, used_callphys.def now contains some outputs; these correspond to data loaded using getin_p(), and not getin(), so upgrading all the getin() to getin_p() as stated in #38 , should solve the problem.