Source code for the vaporization section of CLM 5.0

Status
Not open for further replies.

bai

baixl
New Member
Does anyone know where the source code for the vaporization part of CLM 5.0 is located? I'd appreciate it if you have time to reply!
 

slevis

Moderator
Staff member
@bai the unix command "grep" can help you search through files, so that you can find things that you are looking for. E.g. you can type

grep -i "vaporization" *F90

to search for this word in all the F90 files of a directory (-i means case insensitive). You can also try "grep -r" for a recursive search and "git grep" for similar functionality in git directories.
 
Status
Not open for further replies.
Back
Top