/[lmdze]/trunk/dyn3d/ADVN/CMakeLists.txt
ViewVC logotype

Contents of /trunk/dyn3d/ADVN/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 350 - (show annotations)
Mon Dec 23 16:07:24 2019 UTC (4 years, 4 months ago) by guez
File MIME type: text/plain
File size: 214 byte(s)
Add argument `itau_phy_redem` to phyredem0

Add argument `itau_phy_redem` to phyredem0. Motivation: being able to
call phyredem0 with `itau_phy_redem` = 0 in program ce0l, avoiding the
side effect on nday. We can now add attribute protected to variable
nday of module `conf_gcm`. And we do not need to set `itau_phy` to 0
in procedure `phyetat0_new`.

Remove variable `prt_level` of module `conf_gcm`, which was only used
in procedure advnx. Motivation: cluttering the output is not viable,
even for debug. Better use a debugger.

Forgot to add `dyn3d/ADVN/CMakeLists.txt` in previous revision.

1 set(file_list_var advn.f90 advnqy.f90 advnx.f90 advnz.f90 advnqx.f90
2 advnqz.f90 advny.f90)
3
4 list(TRANSFORM file_list_var PREPEND ${CMAKE_CURRENT_LIST_DIR}/)
5 target_sources(LMDZE_objects PRIVATE ${file_list_var})

  ViewVC Help
Powered by ViewVC 1.1.21