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
Is
ClimaMain.fintentionally 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: