36 ERRMSG(
"Give parameters: <ctl> <atm_in> <atm_hyd>");
int main(int argc, char *argv[])
void write_atm(const char *dirname, const char *filename, const ctl_t *ctl, const atm_t *atm)
Write atmospheric data.
void read_ctl(int argc, char *argv[], ctl_t *ctl)
Read forward model control parameters.
void read_atm(const char *dirname, const char *filename, const ctl_t *ctl, atm_t *atm)
Read atmospheric data.
void hydrostatic(const ctl_t *ctl, atm_t *atm)
Set hydrostatic equilibrium.
JURASSIC library declarations.
#define ERRMSG(...)
Print error message and quit program.
Forward model control parameters.
double hydz
Reference height for hydrostatic pressure profile (-999 to skip) [km].