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

2 second sleep in ClimaMain.f #5

Open
teald opened this issue Jan 3, 2022 · 2 comments
Open

2 second sleep in ClimaMain.f #5

teald opened this issue Jan 3, 2022 · 2 comments

Comments

@teald
Copy link
Contributor

teald commented Jan 3, 2022

Is ClimaMain.f intentionally sleeping for two seconds at the beginning of the model run? I'm not sure it's necessary to wait that long for anything that's happened prior to the relevant lines in the file:

      !IF (msun.eq.16) SOLCON = SOLCON * 0.870
      !IF (msun.eq.17) SOLCON = SOLCON * 0.859
      !IF (msun.eq.18) SOLCON = SOLCON * 0.950
      !IF (msun.eq.19) SOLCON = SOLCON * 1.110
      !IF (msun.eq.76) SOLCON = SOLCON * 0.866

         call sleep(2)
c      print *, timega
c      print *, P0ground
c      print *, frak
      ENDIF !icouple = 1

@teald
Copy link
Contributor Author

teald commented Jan 3, 2022

These are, for reference, lines 505-516. This happens for the coupled model only afaik.

@teald
Copy link
Contributor Author

teald commented Jan 3, 2022

Resolved by pull request #6

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

No branches or pull requests

1 participant