Skip to content
Snippets Groups Projects
Commit ca9e166c authored by Виктория Суязова's avatar Виктория Суязова
Browse files

coare run.f90 fix

parent 3824f14a
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,8 @@ contains
call get_surface_fluxes_vec_sheba_noit(sfx, meteo, numerics_sheba_noit, num)
else if (model == model_most_snow) then
call get_surface_fluxes_vec_most_snow(sfx, meteo, numerics_most_snow, num)
else if (model == model_sheba_coare) then
call get_surface_fluxes_vec_sheba_coare(sfx, meteo, numerics_sheba_coare, num)
end if
......@@ -260,7 +262,7 @@ contains
write(*, *) ' --help'
write(*, *) ' print usage options'
write(*, *) ' --model [key]'
write(*, *) ' key = esm (default) || log || most || sheba || sheba_noit || most_snow'
write(*, *) ' key = esm (default) || log || most || sheba || sheba_noit || most_snow || sheba_coare'
write(*, *) ' --dataset [key]'
write(*, *) ' key = mosaic (default) || irgason || sheba'
write(*, *) ' = lake || papa || toga || user [filename] [param]'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment