ESCOMP / ESCOMP/CTSM

Things with too much log output in CTSM lnd.log files (reporting on orbital parameters)

Open
#3,540 0 comments 0 reactions 0 assignees View on GitHub
b4b priority: low size: small usability
Dominant language
Fortran
Stars
352
Forks
361
Avg merge
2d 21h
Merged PRs (30d)
7

Description

I noticed today that shr_orb_params gets written out to the lnd.log file too much, maybe every few time-steps?

(shr_orb_params) ------ Computed Orbital Parameters ------
(shr_orb_params) Eccentricity = 1.669838E-02
(shr_orb_params) Obliquity (deg) = 2.343808E+01
(shr_orb_params) Obliquity (rad) = 4.090716E-01
(shr_orb_params) Long of perh(deg) = 1.031182E+02
(shr_orb_params) Long of perh(rad) = 4.941345E+00
(shr_orb_params) Long at v.e.(rad) = -3.243159E-02
(shr_orb_params) -----------------------------------------

We should suppress this write unless there's something more significant that changes. Technically the values are changing, but users don't likely care about the small changes that happen within a year. So maybe it only reports at initialization, or once a year if the orbit is varying by the simulation year.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.