Opened 2 days ago
#180 new enhancement
Make argument parsing more flexible, and adapted to all models and programs
| Reported by: | emillour | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | GENERIC GCM | Version: | |
| Keywords: | Cc: |
Description
The current "argument parsing" routine (misc/parse_args_mod.F90) should be program-specific, and not global, otherwise some arguments (e.g. --add-sso or --auto-exit ) are off-topic and meaningless.
A way forward would be that the possible arguments be stored in the main program rather than in misc/parse_args_mod.F90
Note: See
TracTickets for help on using
tickets.
