Skip to content

2 second sleep in ClimaMain.f #5

Description

@teald

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions