Greg Colyer
Greg Colyer
I think a problem would only arise if one file existed and the compiler tried explicitly to do something with the other by name; for example, read .F90 and write...
Ah yes, I didn't notice `alpha`. Same as `(KAPPA*lapse_rate)`?
There wasn't until now
I think the default `lapse` (in K/km?) corresponds to a `lapse_rate` of 2/3, whereas 1 is needed for standard Held-Suarez. We could code different defaults for classic and top_down though,...
Following discussion with @Alexander-P: no need for different defaults, so I will code up this consolidation (remove `lapse` from namelist but set based on `lapse_rate`) and push here
Side note: `P00` defaults to 1E5 exactly, as in the Held-Suarez paper; this does not have to equal the reference surface pressure, but for consistency one should presumably set the...