atmos icon indicating copy to clipboard operation
atmos copied to clipboard

2 second sleep in ClimaMain.f

Open teald opened this issue 3 years ago • 2 comments

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 avatar Jan 03 '22 19:01 teald

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

teald avatar Jan 03 '22 19:01 teald

Resolved by pull request #6

teald avatar Jan 03 '22 20:01 teald