Changeset 2741 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Jul 1, 2022, 9:30:49 PM (2 years ago)
Author:
jnaar
Message:

Initialization of watercaptag no longer checks "caps" boolean option in callphys.def. JN

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2740 r2741  
    37293729Fix a bug I introduced in r2681 (19/05/2022): surface tracers should only be
    37303730initialized to zero if not found in the startfi.nc file.
     3731
     3732== 01/07/2022 == EM
     3733"caps" flag is no longer called in surfini.F to set the location of watercaptag.
     3734It now only affects the temperature of south pole grid cell in co2condens.
  • trunk/LMDZ.MARS/libf/phymars/surfini.F

    r2616 r2741  
    124124c     ------------------------------------------
    125125
    126       IF ((water) .and. (caps)) THEN
     126      IF (water) THEN
    127127     
    128128c Perennial H20 north cap defined by watercaptag=true (allows surface to be
     
    484484       ELSE
    485485         watercaptag(:) = .false.
    486        ENDIF ! (caps & water)
     486       ENDIF ! water
    487487! end of #else of #ifndef MESOSCALE
    488488#endif       
Note: See TracChangeset for help on using the changeset viewer.