Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supplying the namelist via cmd line bug / CASA issue #253

Open
penguian opened this issue Aug 18, 2020 · 2 comments
Open

Supplying the namelist via cmd line bug / CASA issue #253

penguian opened this issue Aug 18, 2020 · 2 comments

Comments

@penguian
Copy link
Collaborator

keyword_keepgit owner:[email protected] type_defect | by mgk576


In cable_driver.F90, cable_mpimaster.F90 & cable_mpiworker.F90

IF( (IARGC() > 0 ) .AND. (arg_not_namelist)) THEN
   CALL GETARG(1, filename%met)
   CALL GETARG(2, casafile%cnpipool)
ENDIF

I'm not clear what the aim of the above was(?) but this introduces a problem if the user supplies their own namelist file (which is presumably desirable and encouraged by the I/O) and they're using CASA. It means that CABLE will ignore the restart casa file supplied via the namelist, as it sets casafile%cnpipool to be the default, i.e. nothing.

For now this means if a user wishes to run CASA, they need to not supply the namelist file via the cmd line.


Issue migrated from trac:253 at 2023-11-27 11:33:00 +1100

@penguian
Copy link
Collaborator Author

penguian commented Sep 2, 2020

@[email protected] set milestone to 6. Report

@penguian
Copy link
Collaborator Author

penguian commented Feb 7, 2023

@[email protected] set keywords to keepgit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants