Ignore:
Timestamp:
Nov 21, 2025, 4:28:06 PM (5 weeks ago)
Author:
jbclement
Message:

Mars PCM:
Simplification of the orbital parameters initialization (resolve ticket #109): removing redundant actions in subroutine 'iniorbit' in regard of what is done in "tabfi.F" and moving the subroutine 'lsp2solp' from "tabfi.F" to "planete_h.F90" + some cleanings.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90

    r3964 r3974  
    3535use comcstfi_h,          only: pi
    3636use geometry_mod,        only: latitude
    37 use soil_settings_mod, only: soil_settings
    38 use tabfi_mod, only: tabfi
    39 use callkeys_mod, only: startphy_file, rdstorm, hdo
    40 use callkeys_mod, only: CLFvarying, CLFfixval
     37use soil_settings_mod,   only: soil_settings
     38use tabfi_mod,           only: tabfi
     39use callkeys_mod,        only: startphy_file, rdstorm, hdo, CLFvarying, CLFfixval
    4140
    4241implicit none
Note: See TracChangeset for help on using the changeset viewer.