Set up a consistent HISTORY.rc file for Model E#84
Set up a consistent HISTORY.rc file for Model E#84AdelekeBankole wants to merge 55 commits intodevelopfrom
HISTORY.rc file for Model E#84Conversation
|
I think you need to change the target branch from |
|
@AdelekeBankole note that the idea is to create a separate Model E counterpart to the existing GEOS-Chem |
|
Thank you very much @jwallwork23 for this comment. I will create a separate one for that. |
|
@AdelekeBankole Note that several CI jobs get triggered each time you push to this PR. If these are unnecessary then consider including |
|
Oh I will activate skip ci option. I will do that in my subsequent pushes. Thanks very much @jwallwork23 |
Co-authored-by: Joe Wallwork <22053413+jwallwork23@users.noreply.github.com>
Co-authored-by: Joe Wallwork <22053413+jwallwork23@users.noreply.github.com>
| ! SUBDD='OH:4 NO:4 O3:4 NO2:4 CO:4 CH4:4 PS:4' ! TODO: Turn these on | ||
| SUBDD='' |
There was a problem hiding this comment.
We actually don't want these in the GISS_ONLY rundeck. The work currently underway on diagnostics is only for the coupled GISS-GC model (i.e., GISS_GC_14 rundeck). So instead of enabling these here, I think we just want to leave SUBDD='' and put a more appropriate comment describing the situation, as opposed to the TODO note.
| else | ||
| State_Met%GWETROOT (II,JJ) = 1 ! Set to 1 over oceans to match MERRA-2 | ||
| State_Met%GWETTOP (II,JJ) = 1 ! Set to 1 over oceans to match MERRA-2 | ||
| end if |
There was a problem hiding this comment.
Note I spotted that this seemed to be a typo.
|
I think it'd be good to get this merged into We can follow up later with the other fields to be added, e.g., those considered in #98. |
joewallwork
left a comment
There was a problem hiding this comment.
There's a change required for the GISS_ONLY rundeck that I mentioned above, but otherwise it looks good as far as I can tell.
model/CHEM_DRV.F90
Outdated
| ! TODO: Which array? | ||
| ! State_Met%AD (II,JJ) = ??? | ||
|
|
||
| ! TODO: Which array? | ||
| ! State_Met%AIRDEN (II,JJ) = ??? | ||
|
|
||
| ! TODO: Which array? | ||
| ! State_Met%AIRVOL (II,JJ) = ??? |
| ! DO J = State_Grid%NY,1,-1 | ||
| ! WRITE(6,'(144F5.2)') State_Met%SUNCOSmid(:,J) | ||
| ! ENDDO | ||
| ! CALL FLUSH(6) | ||
| ! STOP | ||
|
|
||
| !IF ( am_I_Root() ) WRITE(6,*) "SUNCOSmid", State_Met%SUNCOSmid(:,40) |
There was a problem hiding this comment.
Removed some debug prints.
| #ifdef MODEL_GEOS | ||
| ! Convective fraction [1] (only used by GEOS) | ||
| State_Met%CNV_FRC (II,JJ) = 0.0 | ||
| #endif |
There was a problem hiding this comment.
This was moved in the reordering for consistency.
model/CHEM_DRV.F90
Outdated
| ! TODO: AD | ||
| ! TODO: AIRDEN | ||
| ! TODO: AIRVOL |
model/CHEM_DRV.F90
Outdated
| ! TODO: AD | ||
| ! arr(next()) = info_type_( & | ||
| ! sname = 'StateMet_AD', & | ||
| ! lname = 'StateMet_AD', & | ||
| ! units = 'kg' & | ||
| ! ) | ||
|
|
||
| ! TODO: AIRDEN | ||
| ! arr(next()) = info_type_( & | ||
| ! sname = 'StateMet_AIRDEN', & | ||
| ! lname = 'StateMet_AIRDEN', & | ||
| ! units = 'kg m-3' & | ||
| ! ) | ||
|
|
||
| ! TODO: AIRVOL | ||
| ! arr(next()) = info_type_( & | ||
| ! sname = 'StateMet_AIRVOL', & | ||
| ! lname = 'StateMet_AIRVOL', & | ||
| ! units = 'm3' & | ||
| ! ) |
Hook up other SUBDD-State_Diag for 2D `StateMet` tracers
This PR aims to set up a consistent
HISTORY.rcfile for Model E. Similarly as diagnostics requested of GEOS-Chem are placed in aHISTORY.rcfile.