Jim Edwards

Results 250 comments of Jim Edwards

This moves the file nuopc_shr_methods.F90 from cmeps/cesm/nuopc_cap_share to cdeps/share with history so that it can be used by ufs. Note that the functionality here is not supported by ufs and...

You can test this with UFS - I am working on an issue with REST_OPTION=end but that can be separate from this initial test of functionality.

@mvertens I think that there is still an issue with building it for cesm and I wasn't planning to bring it in until after beta17.

@uturuncoglu I would prefer to remove the share code from cdeps completely and require ufs to use https://github.com/ESCOMP/CESM_share. If including another repository is an issue then maybe a fork or...

@NickSzapiro-NOAA No CESM_share does not add any additional dependencies. It did in the past and that I think is why we needed to make a copy of it without them,...

@DeniseWorthen The code is in https://github.com/ESCOMP/CESM_share there is no reason to duplicate it in cdeps and duplicating code is error prone.

You could alternatively create a fork of cdeps with these files and maintain that. The way it is now is requiring me to maintain two repositories of these shared files.

The .F90.in files require the use of genf90.pl something I think you already use.

Most of those recent commits in CESM_share were debugging the github workflow and didn't actually change any source. It sounds like you should consider maintaining a copy of these files...

Added in commit commit e3aeb54c7837665861b19dcbd4ec048fb65a8736 Author: Jim Edwards Date: Wed Aug 21 14:21:59 2024 -0600 add nuopc_shr_methods.F90 for UFS