-
The prescribed crop calendars update (#1863) is nearing completion, so thinking some more about logistics. In order to run with prescribed calendars, there are a few steps involved:
I was wondering:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Yes, I think this data should go under inputdata under the lnd/clm2 directory. The prescribed_data subdirectory could make sense, or you could create a new directory for it. The rawdata directory also makes sense, but that's for data that's input to surface dataset generation, so probably wouldn't be one to use. The guts of the python scripts would preferentially be under python/ctsm and have testing for them as well as being able to do pylint and black checking of them. The top level script that users would use would be under the tools directory, and we probably need a new subdirectory for this type of tool. Look at the site_and_regional subdirectory for example scripts that have a small top level script with the guts put under the python/ctsm subdirectory. |
Beta Was this translation helpful? Give feedback.
-
@ekluzek, I think I'm ready for this to happen. Let's use the following structure:
Could you please copy the following?
Thanks! |
Beta Was this translation helpful? Give feedback.
-
@samsrabin I like that directory structure. I'm happy to copy files around if needed, but since you are now official we should give you the ability to do this yourself. There's some groups we need to add you into, and some guidance that we should probably meet to chat about. So let me get that process started... |
Beta Was this translation helpful? Give feedback.
Yes, I think this data should go under inputdata under the lnd/clm2 directory. The prescribed_data subdirectory could make sense, or you could create a new directory for it. The rawdata directory also makes sense, but that's for data that's input to surface dataset generation, so probably wouldn't be one to use.
The guts of the python scripts would preferentially be under python/ctsm and have testing for them as well as being able to do pylint and black checking of them. The top level script that users would use would be under the tools directory, and we probably need a new subdirectory for this type of tool. Look at the site_and_regional subdirectory for example scripts that have a small…