About the modification of SurfaceAlbedoMod.F90

Status
Not open for further replies.

lby

lby
Member
I want to modify the SurfaceAlbedoMod.F90 file in this case, may I ask how to operate this specific step? What steps should be taken to create the case, and what is the code for the operation?
 

slevis

Moderator
Staff member
You could modify directly in the code that you checked out, or you could copy the .F90 files to the /SourceMods/src.clm directory of your case and modify them there. Either way, first modify the code, then build the case, then submit.
 

lby

lby
Member
You could modify directly in the code that you checked out, or you could copy the .F90 files to the /SourceMods/src.clm directory of your case and modify them there. Either way, first modify the code, then build the case, then submit.
Thank you for your reply, so it is in:
./case.build --skip-provenance-check
./case.submit
These two steps before finishing the modification right?
 
Status
Not open for further replies.
Back
Top